#65DAE0

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

Shades of Turquoise Blue #65DAE0

Tints of Turquoise Blue #65DAE0

Color information

#65DAE0 (or 0x65DAE0) is unknown color: approx Turquoise Blue. HEX triplet: 65, DA and E0. RGB value is (101,218,224). Sum of RGB (Red+Green+Blue) = 101+218+224=543 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.60% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #65DAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DAE0 is #9A251F. Grayscale: #B7B7B7. Windows color (decimal): -10102048 or 14735973. OLE color: 14735973.

HSL color Cylindrical-coordinate representation of color #65DAE0: hue angle of 182.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DAE0 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB101218224-
CMYK0.550.0300.12
HSL182.93º66.49%63.73%-
HSV(B)182.93º54.91%87.84%-
XYZ43.8958.2979.46-
YUV183.7150.7469.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.60%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=18.60%
G=40.15%
B=41.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012182240.550.0300.12182.9366.4963.73
Hex65DAE03730Cb74240
Octal145332340673014267102100
Binary1100101110110101110000011011111011001011011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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