#61E2EA

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

Shades of Turquoise Blue #61E2EA

Tints of Turquoise Blue #61E2EA

Color information

#61E2EA (or 0x61E2EA) is unknown color: approx Turquoise Blue. HEX triplet: 61, E2 and EA. RGB value is (97,226,234). Sum of RGB (Red+Green+Blue) = 97+226+234=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #61E2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E2EA is #9E1D15. Grayscale: #BCBCBC. Windows color (decimal): -10362134 or 15393377. OLE color: 15393377.

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

Color convert

RGB97226234-
CMYK0.590.0300.08
HSL183.5º76.54%64.9%-
HSV(B)183.5º58.55%91.76%-
XYZ46.9862.8787.5-
YUV188.34153.7662.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.41%
GREEN value IS 226 (88.67% from 255) = 40.57%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=17.41%
G=40.57%
B=42.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972262340.590.0300.08183.576.5464.9
Hex61E2EA3B308b84d41
Octal141342352733010270115101
Binary1100001111000101110101011101111010001011100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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