#61EADD

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

Shades of Turquoise Blue #61EADD

Tints of Turquoise Blue #61EADD

Color information

#61EADD (or 0x61EADD) is unknown color: approx Turquoise Blue. HEX triplet: 61, EA and DD. RGB value is (97,234,221). Sum of RGB (Red+Green+Blue) = 97+234+221=552 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.57% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #61EADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EADD is #9E1522. Grayscale: #BFBFBF. Windows color (decimal): -10360099 or 14543457. OLE color: 14543457.

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

Color convert

RGB97234221-
CMYK0.5900.060.08
HSL174.31º76.54%64.9%-
HSV(B)174.31º58.55%91.76%-
XYZ47.466.6178.76-
YUV191.56144.6160.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.57%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=17.57%
G=42.39%
B=40.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972342210.5900.060.08174.3176.5464.9
Hex61EADD3B068ae4d41
Octal141352335730610256115101
Binary11000011110101011011101111011011010001010111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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