#61DCED

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

Shades of Turquoise Blue #61DCED

Tints of Turquoise Blue #61DCED

Color information

#61DCED (or 0x61DCED) is unknown color: approx Turquoise Blue. HEX triplet: 61, DC and ED. RGB value is (97,220,237). Sum of RGB (Red+Green+Blue) = 97+220+237=554 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.51% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #61DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DCED is #9E2312. Grayscale: #B8B8B8. Windows color (decimal): -10363667 or 15588449. OLE color: 15588449.

HSL color Cylindrical-coordinate representation of color #61DCED: hue angle of 187.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61DCED is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97220237-
CMYK0.590.0700.07
HSL187.29º79.55%65.49%-
HSV(B)187.29º59.07%92.94%-
XYZ45.8159.8489.26-
YUV185.16157.2565.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.51%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=17.51%
G=39.71%
B=42.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972202370.590.0700.07187.2979.5565.49
Hex61DCED3B707bb5041
Octal14133435573707273120101
Binary1100001110111001110110111101111101111011101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,220,237); }

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

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

 a { background-color: rgb(97,220,237); }

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

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

 span { border-color: rgb(97,220,237); }

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