#65C9DB

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

Shades of Turquoise Blue #65C9DB

Tints of Turquoise Blue #65C9DB

Color information

#65C9DB (or 0x65C9DB) is unknown color: approx Turquoise Blue. HEX triplet: 65, C9 and DB. RGB value is (101,201,219). Sum of RGB (Red+Green+Blue) = 101+201+219=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #65C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C9DB is #9A3624. Grayscale: #ACACAC. Windows color (decimal): -10106405 or 14403941. OLE color: 14403941.

HSL color Cylindrical-coordinate representation of color #65C9DB: hue angle of 189.15º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65C9DB is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101201219-
CMYK0.540.0800.14
HSL189.15º62.11%62.75%-
HSV(B)189.15º53.88%85.88%-
XYZ39.0449.6574.54-
YUV173.15153.8776.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.39%
GREEN value IS 201 (78.91% from 255) = 38.58%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=19.39%
G=38.58%
B=42.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012012190.540.0800.14189.1562.1162.75
Hex65C9DB3680Ebd3e3f
Octal14531133366100162757677
Binary1100101110010011101101111011010000111010111101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,201,219); }

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

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

 a { background-color: rgb(101,201,219); }

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

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

 span { border-color: rgb(101,201,219); }

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