#61CAD9

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

Shades of Turquoise Blue #61CAD9

Tints of Turquoise Blue #61CAD9

Color information

#61CAD9 (or 0x61CAD9) is unknown color: approx Turquoise Blue. HEX triplet: 61, CA and D9. RGB value is (97,202,217). Sum of RGB (Red+Green+Blue) = 97+202+217=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #61CAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CAD9 is #9E3526. Grayscale: #ACACAC. Windows color (decimal): -10368295 or 14273121. OLE color: 14273121.

HSL color Cylindrical-coordinate representation of color #61CAD9: hue angle of 187.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61CAD9 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97202217-
CMYK0.550.0700.15
HSL187.5º61.22%61.57%-
HSV(B)187.5º55.3%85.1%-
XYZ38.5749.7973.22-
YUV172.32153.2174.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.80%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=18.80%
G=39.15%
B=42.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972022170.550.0700.15187.561.2261.57
Hex61CAD93770Fbc3d3e
Octal1413123316770172747576
Binary110000111001010110110011101111110111110111100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,202,217); }

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

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

 a { background-color: rgb(97,202,217); }

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

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

 span { border-color: rgb(97,202,217); }

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