#61EADE

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

Shades of Turquoise Blue #61EADE

Tints of Turquoise Blue #61EADE

Color information

#61EADE (or 0x61EADE) is unknown color: approx Turquoise Blue. HEX triplet: 61, EA and DE. RGB value is (97,234,222). Sum of RGB (Red+Green+Blue) = 97+234+222=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #61EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EADE is #9E1521. Grayscale: #BFBFBF. Windows color (decimal): -10360098 or 14608993. OLE color: 14608993.

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

Color convert

RGB97234222-
CMYK0.5900.050.08
HSL174.74º76.54%64.9%-
HSV(B)174.74º58.55%91.76%-
XYZ47.5466.6679.47-
YUV191.67145.1160.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972342220.5900.050.08174.7476.5464.9
Hex61EADE3B058af4d41
Octal141352336730510257115101
Binary11000011110101011011110111011010110001010111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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