#61D5DE

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

Shades of Turquoise Blue #61D5DE

Tints of Turquoise Blue #61D5DE

Color information

#61D5DE (or 0x61D5DE) is unknown color: approx Turquoise Blue. HEX triplet: 61, D5 and DE. RGB value is (97,213,222). Sum of RGB (Red+Green+Blue) = 97+213+222=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #61D5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D5DE is #9E2A21. Grayscale: #B3B3B3. Windows color (decimal): -10365474 or 14603617. OLE color: 14603617.

HSL color Cylindrical-coordinate representation of color #61D5DE: hue angle of 184.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61D5DE is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97213222-
CMYK0.560.0400.13
HSL184.32º65.45%62.55%-
HSV(B)184.32º56.31%87.06%-
XYZ41.9155.477.59-
YUV179.34152.0769.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.23%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=18.23%
G=40.04%
B=41.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972132220.560.0400.13184.3265.4562.55
Hex61D5DE3840Db8413f
Octal14132533670401527010177
Binary1100001110101011101111011100010001101101110001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,213,222); }

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

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

 a { background-color: rgb(97,213,222); }

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

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

 span { border-color: rgb(97,213,222); }

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