#65CAD5

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

Shades of Turquoise Blue #65CAD5

Tints of Turquoise Blue #65CAD5

Color information

#65CAD5 (or 0x65CAD5) is unknown color: approx Turquoise Blue. HEX triplet: 65, CA and D5. RGB value is (101,202,213). Sum of RGB (Red+Green+Blue) = 101+202+213=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #65CAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CAD5 is #9A352A. Grayscale: #ACACAC. Windows color (decimal): -10106155 or 14010981. OLE color: 14010981.

HSL color Cylindrical-coordinate representation of color #65CAD5: hue angle of 185.89º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65CAD5 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101202213-
CMYK0.530.0500.16
HSL185.89º57.14%61.57%-
HSV(B)185.89º52.58%83.53%-
XYZ38.549.8170.54-
YUV173.06150.5476.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.57%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=19.57%
G=39.15%
B=41.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1012022130.530.0500.16185.8957.1461.57
Hex65CAD5355010ba393e
Octal1453123256550202727176
Binary1100101110010101101010111010110101000010111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CAD5; }

 p { color: rgb(101,202,213); }

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

<style>
 a { background-color: #65CAD5; }

 a { background-color: rgb(101,202,213); }

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

<style>
 span { border-color: #65CAD5; }

 span { border-color: rgb(101,202,213); }

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