#65DAED

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

Shades of Turquoise Blue #65DAED

Tints of Turquoise Blue #65DAED

Color information

#65DAED (or 0x65DAED) is unknown color: approx Turquoise Blue. HEX triplet: 65, DA and ED. RGB value is (101,218,237). Sum of RGB (Red+Green+Blue) = 101+218+237=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #65DAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DAED is #9A2512. Grayscale: #B8B8B8. Windows color (decimal): -10102035 or 15587941. OLE color: 15587941.

HSL color Cylindrical-coordinate representation of color #65DAED: hue angle of 188.38º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65DAED is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101218237-
CMYK0.570.0800.07
HSL188.38º79.07%66.27%-
HSV(B)188.38º57.38%92.94%-
XYZ45.7259.0289.1-
YUV185.18157.2467.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.17%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=18.17%
G=39.21%
B=42.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012182370.570.0800.07188.3879.0766.27
Hex65DAED39807bc4f42
Octal145332355711007274117102
Binary11001011101101011101101111001100001111011110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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