#61DBED

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

Shades of Turquoise Blue #61DBED

Tints of Turquoise Blue #61DBED

Color information

#61DBED (or 0x61DBED) is unknown color: approx Turquoise Blue. HEX triplet: 61, DB and ED. RGB value is (97,219,237). Sum of RGB (Red+Green+Blue) = 97+219+237=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #61DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DBED is #9E2412. Grayscale: #B8B8B8. Windows color (decimal): -10363923 or 15588193. OLE color: 15588193.

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

Color convert

RGB97219237-
CMYK0.590.0800.07
HSL187.71º79.55%65.49%-
HSV(B)187.71º59.07%92.94%-
XYZ45.5559.3289.17-
YUV184.57157.5865.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.54%
GREEN value IS 219 (85.94% from 255) = 39.60%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=17.54%
G=39.60%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972192370.590.0800.07187.7179.5565.49
Hex61DBED3B807bc5041
Octal141333355731007274120101
Binary11000011101101111101101111011100001111011110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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