#61C9DE

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

Shades of Turquoise Blue #61C9DE

Tints of Turquoise Blue #61C9DE

Color information

#61C9DE (or 0x61C9DE) is unknown color: approx Turquoise Blue. HEX triplet: 61, C9 and DE. RGB value is (97,201,222). Sum of RGB (Red+Green+Blue) = 97+201+222=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #61C9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9DE is #9E3621. Grayscale: #ACACAC. Windows color (decimal): -10368546 or 14600545. OLE color: 14600545.

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

Color convert

RGB97201222-
CMYK0.560.0900.13
HSL190.08º65.45%62.55%-
HSV(B)190.08º56.31%87.06%-
XYZ3949.5976.62-
YUV172.3156.0474.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.65%
GREEN value IS 201 (78.91% from 255) = 38.65%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=18.65%
G=38.65%
B=42.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972012220.560.0900.13190.0865.4562.55
Hex61C9DE3890Dbe413f
Octal141311336701101527610177
Binary11000011100100111011110111000100101101101111101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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