#65DAE8

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

Shades of Turquoise Blue #65DAE8

Tints of Turquoise Blue #65DAE8

Color information

#65DAE8 (or 0x65DAE8) is unknown color: approx Turquoise Blue. HEX triplet: 65, DA and E8. RGB value is (101,218,232). Sum of RGB (Red+Green+Blue) = 101+218+232=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #65DAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DAE8 is #9A2517. Grayscale: #B8B8B8. Windows color (decimal): -10102040 or 15260261. OLE color: 15260261.

HSL color Cylindrical-coordinate representation of color #65DAE8: hue angle of 186.41º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65DAE8 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101218232-
CMYK0.560.0600.09
HSL186.41º74.01%65.29%-
HSV(B)186.41º56.47%90.98%-
XYZ4558.7485.31-
YUV184.61154.7468.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.33%
GREEN value IS 218 (85.55% from 255) = 39.56%
BLUE value IS 232 (91.02% from 255) = 42.11%
R=18.33%
G=39.56%
B=42.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012182320.560.0600.09186.4174.0165.29
Hex65DAE838609ba4a41
Octal145332350706011272112101
Binary11001011101101011101000111000110010011011101010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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