#61CAD8

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

Shades of Turquoise Blue #61CAD8

Tints of Turquoise Blue #61CAD8

Color information

#61CAD8 (or 0x61CAD8) is unknown color: approx Turquoise Blue. HEX triplet: 61, CA and D8. RGB value is (97,202,216). Sum of RGB (Red+Green+Blue) = 97+202+216=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #61CAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CAD8 is #9E3527. Grayscale: #ACACAC. Windows color (decimal): -10368296 or 14207585. OLE color: 14207585.

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

Color convert

RGB97202216-
CMYK0.550.0600.15
HSL187.06º60.41%61.37%-
HSV(B)187.06º55.09%84.71%-
XYZ38.4449.7472.54-
YUV172.2152.7174.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.83%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 216 (84.77% from 255) = 41.94%
R=18.83%
G=39.22%
B=41.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972022160.550.0600.15187.0660.4161.37
Hex61CAD83760Fbb3c3d
Octal1413123306760172737475
Binary110000111001010110110001101111100111110111011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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