#61E5EA

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

Shades of Turquoise Blue #61E5EA

Tints of Turquoise Blue #61E5EA

Color information

#61E5EA (or 0x61E5EA) is unknown color: approx Turquoise Blue. HEX triplet: 61, E5 and EA. RGB value is (97,229,234). Sum of RGB (Red+Green+Blue) = 97+229+234=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #61E5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E5EA is #9E1A15. Grayscale: #BDBDBD. Windows color (decimal): -10361366 or 15394145. OLE color: 15394145.

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

Color convert

RGB97229234-
CMYK0.590.0200.08
HSL182.19º76.54%64.9%-
HSV(B)182.19º58.55%91.76%-
XYZ47.864.5287.78-
YUV190.1152.7761.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.32%
GREEN value IS 229 (89.84% from 255) = 40.89%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=17.32%
G=40.89%
B=41.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972292340.590.0200.08182.1976.5464.9
Hex61E5EA3B208b64d41
Octal141345352732010266115101
Binary1100001111001011110101011101110010001011011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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