#65EBD9

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

Shades of Turquoise Blue #65EBD9

Tints of Turquoise Blue #65EBD9

Color information

#65EBD9 (or 0x65EBD9) is unknown color: approx Turquoise Blue. HEX triplet: 65, EB and D9. RGB value is (101,235,217). Sum of RGB (Red+Green+Blue) = 101+235+217=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBD9 is #9A1426. Grayscale: #C0C0C0. Windows color (decimal): -10097703 or 14281573. OLE color: 14281573.

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

Color convert

RGB101235217-
CMYK0.5700.080.08
HSL171.94º77.01%65.88%-
HSV(B)171.94º57.02%92.16%-
XYZ47.667.1976.11-
YUV192.88141.6162.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.26%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=18.26%
G=42.50%
B=39.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012352170.5700.080.08171.9477.0165.88
Hex65EBD939088ac4d42
Octal1453533317101010254115102
Binary110010111101011110110011110010100010001010110010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,235,217); }

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

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

 a { background-color: rgb(101,235,217); }

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

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

 span { border-color: rgb(101,235,217); }

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