#61E8E2

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

Shades of Turquoise Blue #61E8E2

Tints of Turquoise Blue #61E8E2

Color information

#61E8E2 (or 0x61E8E2) is unknown color: approx Turquoise Blue. HEX triplet: 61, E8 and E2. RGB value is (97,232,226). Sum of RGB (Red+Green+Blue) = 97+232+226=555 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.48% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8E2 is #9E171D. Grayscale: #BEBEBE. Windows color (decimal): -10360606 or 14870625. OLE color: 14870625.

HSL color Cylindrical-coordinate representation of color #61E8E2: hue angle of 177.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E8E2 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB97232226-
CMYK0.5800.030.09
HSL177.33º74.59%64.51%-
HSV(B)177.33º58.19%90.98%-
XYZ47.5165.7582.14-
YUV190.95147.7760.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.48%
GREEN value IS 232 (91.02% from 255) = 41.80%
BLUE value IS 226 (88.67% from 255) = 40.72%
R=17.48%
G=41.80%
B=40.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972322260.5800.030.09177.3374.5964.51
Hex61E8E23A039b14b41
Octal141350342720311261113101
Binary1100001111010001110001011101001110011011000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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