#65CCD6

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

Shades of Turquoise Blue #65CCD6

Tints of Turquoise Blue #65CCD6

Color information

#65CCD6 (or 0x65CCD6) is unknown color: approx Turquoise Blue. HEX triplet: 65, CC and D6. RGB value is (101,204,214). Sum of RGB (Red+Green+Blue) = 101+204+214=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #65CCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCD6 is #9A3329. Grayscale: #AEAEAE. Windows color (decimal): -10105642 or 14077029. OLE color: 14077029.

HSL color Cylindrical-coordinate representation of color #65CCD6: hue angle of 185.31º degrees, saturation: 0.58, 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 #65CCD6 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101204214-
CMYK0.530.0500.16
HSL185.31º57.95%61.76%-
HSV(B)185.31º52.8%83.92%-
XYZ39.150.8171.36-
YUV174.34150.3875.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 214 (83.98% from 255) = 41.23%
R=19.46%
G=39.31%
B=41.23%

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
Decimal1012042140.530.0500.16185.3157.9561.76
Hex65CCD6355010b93a3e
Octal1453143266550202717276
Binary1100101110011001101011011010110101000010111001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,204,214); }

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

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

 a { background-color: rgb(101,204,214); }

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

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

 span { border-color: rgb(101,204,214); }

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