#61D3DE

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

Shades of Turquoise Blue #61D3DE

Tints of Turquoise Blue #61D3DE

Color information

#61D3DE (or 0x61D3DE) is unknown color: approx Turquoise Blue. HEX triplet: 61, D3 and DE. RGB value is (97,211,222). Sum of RGB (Red+Green+Blue) = 97+211+222=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #61D3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D3DE is #9E2C21. Grayscale: #B2B2B2. Windows color (decimal): -10365986 or 14603105. OLE color: 14603105.

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

Color convert

RGB97211222-
CMYK0.560.0500.13
HSL185.28º65.45%62.55%-
HSV(B)185.28º56.31%87.06%-
XYZ41.4154.477.43-
YUV178.17152.7370.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.30%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=18.30%
G=39.81%
B=41.89%

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
Decimal972112220.560.0500.13185.2865.4562.55
Hex61D3DE3850Db9413f
Octal14132333670501527110177
Binary1100001110100111101111011100010101101101110011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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