#65DBEE

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

Shades of Turquoise Blue #65DBEE

Tints of Turquoise Blue #65DBEE

Color information

#65DBEE (or 0x65DBEE) is unknown color: approx Turquoise Blue. HEX triplet: 65, DB and EE. RGB value is (101,219,238). Sum of RGB (Red+Green+Blue) = 101+219+238=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #65DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DBEE is #9A2411. Grayscale: #B9B9B9. Windows color (decimal): -10101778 or 15653733. OLE color: 15653733.

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

Color convert

RGB101219238-
CMYK0.580.0800.07
HSL188.32º80.12%66.47%-
HSV(B)188.32º57.56%93.33%-
XYZ46.1359.689.96-
YUV185.88157.4167.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.10%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=18.10%
G=39.25%
B=42.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012192380.580.0800.07188.3280.1266.47
Hex65DBEE3A807bc5042
Octal145333356721007274120102
Binary11001011101101111101110111010100001111011110010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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