#61EAD6

Color #61EAD6 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #61EAD6

Tints of Turquoise Blue #61EAD6

Color information

#61EAD6 (or 0x61EAD6) is unknown color: approx Turquoise Blue. HEX triplet: 61, EA and D6. RGB value is (97,234,214). Sum of RGB (Red+Green+Blue) = 97+234+214=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EAD6 is #9E1529. Grayscale: #BEBEBE. Windows color (decimal): -10360106 or 14084705. OLE color: 14084705.

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

Color convert

RGB97234214-
CMYK0.5900.090.08
HSL171.24º76.54%64.9%-
HSV(B)171.24º58.55%91.76%-
XYZ46.4966.2473.95-
YUV190.76141.1161.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.80%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=17.80%
G=42.94%
B=39.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972342140.5900.090.08171.2476.5464.9
Hex61EAD63B098ab4d41
Octal1413523267301110253115101
Binary110000111101010110101101110110100110001010101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,234,214); }

 H1.HeaderClassName
 {
   color: #61EAD6;
 }
 .AnyTagClassName
 {
   color: #61EAD6;
 }
</style>
background-color css

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

 a { background-color: rgb(97,234,214); }

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

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

 span { border-color: rgb(97,234,214); }

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