#65D6DD

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

Shades of Turquoise Blue #65D6DD

Tints of Turquoise Blue #65D6DD

Color information

#65D6DD (or 0x65D6DD) is unknown color: approx Turquoise Blue. HEX triplet: 65, D6 and DD. RGB value is (101,214,221). Sum of RGB (Red+Green+Blue) = 101+214+221=536 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.84% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #65D6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D6DD is #9A2922. Grayscale: #B4B4B4. Windows color (decimal): -10103075 or 14538341. OLE color: 14538341.

HSL color Cylindrical-coordinate representation of color #65D6DD: hue angle of 183.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65D6DD is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101214221-
CMYK0.540.0300.13
HSL183.5º63.83%63.14%-
HSV(B)183.5º54.3%86.67%-
XYZ42.4656.0876.99-
YUV181.01150.5670.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.84%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=18.84%
G=39.93%
B=41.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012142210.540.0300.13183.563.8363.14
Hex65D6DD3630Db8403f
Octal14532633566301527010077
Binary110010111010110110111011101101101101101110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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