#65DBE0

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

Shades of Turquoise Blue #65DBE0

Tints of Turquoise Blue #65DBE0

Color information

#65DBE0 (or 0x65DBE0) is unknown color: approx Turquoise Blue. HEX triplet: 65, DB and E0. RGB value is (101,219,224). Sum of RGB (Red+Green+Blue) = 101+219+224=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #65DBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBE0 is #9A241F. Grayscale: #B8B8B8. Windows color (decimal): -10101792 or 14736229. OLE color: 14736229.

HSL color Cylindrical-coordinate representation of color #65DBE0: hue angle of 182.44º 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 #65DBE0 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB101219224-
CMYK0.550.0200.12
HSL182.44º66.49%63.73%-
HSV(B)182.44º54.91%87.84%-
XYZ44.1558.8179.55-
YUV184.29150.4168.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.57%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 224 (87.89% from 255) = 41.18%
R=18.57%
G=40.26%
B=41.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012192240.550.0200.12182.4466.4963.73
Hex65DBE03720Cb64240
Octal145333340672014266102100
Binary1100101110110111110000011011110011001011011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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