#65DADD

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

Shades of Turquoise Blue #65DADD

Tints of Turquoise Blue #65DADD

Color information

#65DADD (or 0x65DADD) is unknown color: approx Turquoise Blue. HEX triplet: 65, DA and DD. RGB value is (101,218,221). Sum of RGB (Red+Green+Blue) = 101+218+221=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #65DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DADD is #9A2522. Grayscale: #B7B7B7. Windows color (decimal): -10102051 or 14539365. OLE color: 14539365.

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

Color convert

RGB101218221-
CMYK0.540.0100.13
HSL181.5º63.83%63.14%-
HSV(B)181.5º54.3%86.67%-
XYZ43.4958.1377.33-
YUV183.36149.2469.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.70%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=18.70%
G=40.37%
B=40.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012182210.540.0100.13181.563.8363.14
Hex65DADD3610Db6403f
Octal14533233566101526610077
Binary11001011101101011011101110110101101101101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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