#65DBDB

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

Shades of Turquoise Blue #65DBDB

Tints of Turquoise Blue #65DBDB

Color information

#65DBDB (or 0x65DBDB) is unknown color: approx Turquoise Blue. HEX triplet: 65, DB and DB. RGB value is (101,219,219). Sum of RGB (Red+Green+Blue) = 101+219+219=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #65DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBDB is #9A2424. Grayscale: #B7B7B7. Windows color (decimal): -10101797 or 14408549. OLE color: 14408549.

HSL color Cylindrical-coordinate representation of color #65DBDB: hue angle of 180º 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 #65DBDB is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101219219-
CMYK0.54000.14
HSL180º62.11%62.75%-
HSV(B)180º53.88%85.88%-
XYZ43.4858.5476.03-
YUV183.72147.9169-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.74%
GREEN value IS 219 (85.94% from 255) = 40.63%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=18.74%
G=40.63%
B=40.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012192190.54000.1418062.1162.75
Hex65DBDB3600Eb43e3f
Octal1453333336600162647677
Binary1100101110110111101101111011000111010110100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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