#61D1E2

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

Shades of Turquoise Blue #61D1E2

Tints of Turquoise Blue #61D1E2

Color information

#61D1E2 (or 0x61D1E2) is unknown color: approx Turquoise Blue. HEX triplet: 61, D1 and E2. RGB value is (97,209,226). Sum of RGB (Red+Green+Blue) = 97+209+226=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #61D1E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D1E2 is #9E2E1D. Grayscale: #B1B1B1. Windows color (decimal): -10366494 or 14864737. OLE color: 14864737.

HSL color Cylindrical-coordinate representation of color #61D1E2: hue angle of 187.91º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61D1E2 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB97209226-
CMYK0.570.0800.11
HSL187.91º68.98%63.33%-
HSV(B)187.91º57.08%88.63%-
XYZ41.4653.6380.12-
YUV177.45155.3970.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.23%
GREEN value IS 209 (82.03% from 255) = 39.29%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=18.23%
G=39.29%
B=42.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972092260.570.0800.11187.9168.9863.33
Hex61D1E23980Bbc453f
Octal141321342711001327410577
Binary11000011101000111100010111001100001011101111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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