Html Css Color HEX #61ECD8 Turquoise Blue

📋 copy color: '#61ECD8'

red 97 ◦ green 236 ◦ blue 216

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

Shades of Turquoise Blue #61ECD8

Tints of Turquoise Blue #61ECD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 17.67%
G = 42.99%
B = 39.34%

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

#61ECD8 (or 0x61ECD8) is known color: Turquoise Blue. HEX triplet: 61, EC and D8. RGB value is (97,236,216). Sum of RGB (Red+Green+Blue) = 97+236+216=549 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.67% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECD8 is #9E1327. Grayscale: #C0C0C0. Windows color (decimal): -10359592 or 14216289. OLE color: 14216289.

HSL color Cylindrical-coordinate representation of color #61ECD8: hue angle of 171.37º 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 #61ECD8 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 236 216 -
CMYK 0.59 0 0.08 0.07
HSL 171.37º 0.79% 0.65% -
HSV(B) 171.37º 0.59% 0.93% -
XYZ 47.32 67.49 75.5 -
YUV 192.16 141.45 60.13 -
System Red Green Blue C M Y K H S L
Decimal 97 236 216 0.59 0 0.08 0.07 171.37 0.79 0.65
Hex 61 EC D8 3B 0 8 7 AB 4F 41
Octal 141 354 330 73 0 10 7 253 117 101
Binary 1100001 11101100 11011000 111011 0 1000 111 10101011 1001111 1000001

Color Harmonies of #61ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECD8

Black with #61ECD8

Text Example


Text Example

White with #61ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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