Html Css Color HEX #61ECD9 Turquoise Blue

📋 copy color: '#61ECD9'

red 97 ◦ green 236 ◦ blue 217

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

Shades of Turquoise Blue #61ECD9

Tints of Turquoise Blue #61ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.91%

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 17.64%
G = 42.91%
B = 39.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#61ECD9 (or 0x61ECD9) is known color: Turquoise Blue. HEX triplet: 61, EC and D9. RGB value is (97,236,217). Sum of RGB (Red+Green+Blue) = 97+236+217=550 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.64% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECD9 is #9E1326. Grayscale: #C0C0C0. Windows color (decimal): -10359591 or 14281825. OLE color: 14281825.

HSL color Cylindrical-coordinate representation of color #61ECD9: hue angle of 171.8º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ECD9 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 236 217 -
CMYK 0.59 0 0.08 0.07
HSL 171.8º 0.79% 0.65% -
HSV(B) 171.8º 0.59% 0.93% -
XYZ 47.45 67.54 76.18 -
YUV 192.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 97 236 217 0.59 0 0.08 0.07 171.8 0.79 0.65
Hex 61 EC D9 3B 0 8 7 AC 4F 41
Octal 141 354 331 73 0 10 7 254 117 101
Binary 1100001 11101100 11011001 111011 0 1000 111 10101100 1001111 1000001

Color Harmonies of #61ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECD9

Black with #61ECD9

Text Example


Text Example

White with #61ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,236,217); }

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

background-color css

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

 a { background-color: rgb(97,236,217); }

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

border-color css

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

 span { border-color: rgb(97,236,217); }

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