Html Css Color HEX #61E7DF Turquoise Blue

📋 copy color: '#61E7DF'

red 97 ◦ green 231 ◦ blue 223

#61E7DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #61E7DF

Tints of Turquoise Blue #61E7DF

RGB

 RED value IS 97 (38.28% from 255) = 17.6%

 GREEN value IS 231 (90.63% from 255) = 41.92%

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 17.6%
G = 41.92%
B = 40.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#61E7DF (or 0x61E7DF) is known color: Turquoise Blue. HEX triplet: 61, E7 and DF. RGB value is (97,231,223). Sum of RGB (Red+Green+Blue) = 97+231+223=551 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.60% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7DF is #9E1820. Grayscale: #BDBDBD. Windows color (decimal): -10360865 or 14673761. OLE color: 14673761.

HSL color Cylindrical-coordinate representation of color #61E7DF: hue angle of 176.42º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E7DF is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 231 223 -
CMYK 0.58 0 0.03 0.09
HSL 176.42º 0.74% 0.64% -
HSV(B) 176.42º 0.58% 0.91% -
XYZ 46.82 65.02 79.89 -
YUV 190.02 146.61 61.65 -
System Red Green Blue C M Y K H S L
Decimal 97 231 223 0.58 0 0.03 0.09 176.42 0.74 0.64
Hex 61 E7 DF 3A 0 3 9 B0 4A 40
Octal 141 347 337 72 0 3 11 260 112 100
Binary 1100001 11100111 11011111 111010 0 11 1001 10110000 1001010 1000000

Color Harmonies of #61E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E7DF

Black with #61E7DF

Text Example


Text Example

White with #61E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61E7DF; }

 p { color: rgb(97,231,223); }

 H1.HeaderClassName
 {
   color: #61E7DF;
 }
 .AnyTagClassName
 {
   color: #61E7DF;
 }
</style>

background-color css

<style>
 a { background-color: #61E7DF; }

 a { background-color: rgb(97,231,223); }

 div.DivClassName
 {
   background-color: #61E7DF;
 }
 .BgClassName
 {
   background-color: #61E7DF;
 }
</style>

border-color css

<style>
 span { border-color: #61E7DF; }

 span { border-color: rgb(97,231,223); }

 td.TdClassName
 {
   border-color: #61E7DF;
 }
 .TagClassName
 {
   border-color: #61E7DF;
 }
</style>