#61DEEA

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

Shades of Turquoise Blue #61DEEA

Tints of Turquoise Blue #61DEEA

Color information

#61DEEA (or 0x61DEEA) is unknown color: approx Turquoise Blue. HEX triplet: 61, DE and EA. RGB value is (97,222,234). Sum of RGB (Red+Green+Blue) = 97+222+234=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #61DEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DEEA is #9E2115. Grayscale: #B9B9B9. Windows color (decimal): -10363158 or 15392353. OLE color: 15392353.

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

Color convert

RGB97222234-
CMYK0.590.0500.08
HSL185.26º76.54%64.9%-
HSV(B)185.26º58.55%91.76%-
XYZ45.960.7287.14-
YUV185.99155.0964.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.54%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=17.54%
G=40.14%
B=42.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972222340.590.0500.08185.2676.5464.9
Hex61DEEA3B508b94d41
Octal141336352735010271115101
Binary11000011101111011101010111011101010001011100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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