#61D4DE

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

Shades of Turquoise Blue #61D4DE

Tints of Turquoise Blue #61D4DE

Color information

#61D4DE (or 0x61D4DE) is unknown color: approx Turquoise Blue. HEX triplet: 61, D4 and DE. RGB value is (97,212,222). Sum of RGB (Red+Green+Blue) = 97+212+222=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #61D4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D4DE is #9E2B21. Grayscale: #B2B2B2. Windows color (decimal): -10365730 or 14603361. OLE color: 14603361.

HSL color Cylindrical-coordinate representation of color #61D4DE: hue angle of 184.8º 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 #61D4DE is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97212222-
CMYK0.560.0500.13
HSL184.8º65.45%62.55%-
HSV(B)184.8º56.31%87.06%-
XYZ41.6654.977.51-
YUV178.76152.469.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.27%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=18.27%
G=39.92%
B=41.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972122220.560.0500.13184.865.4562.55
Hex61D4DE3850Db9413f
Octal14132433670501527110177
Binary1100001110101001101111011100010101101101110011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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