#65E2D9

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

Shades of Turquoise Blue #65E2D9

Tints of Turquoise Blue #65E2D9

Color information

#65E2D9 (or 0x65E2D9) is unknown color: approx Turquoise Blue. HEX triplet: 65, E2 and D9. RGB value is (101,226,217). Sum of RGB (Red+Green+Blue) = 101+226+217=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #65E2D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E2D9 is #9A1D26. Grayscale: #BBBBBB. Windows color (decimal): -10100007 or 14279269. OLE color: 14279269.

HSL color Cylindrical-coordinate representation of color #65E2D9: hue angle of 175.68º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E2D9 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB101226217-
CMYK0.5500.040.11
HSL175.68º68.31%64.12%-
HSV(B)175.68º55.31%88.63%-
XYZ45.0962.1775.27-
YUV187.6144.5966.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.57%
GREEN value IS 226 (88.67% from 255) = 41.54%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=18.57%
G=41.54%
B=39.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012262170.5500.040.11175.6868.3164.12
Hex65E2D93704Bb04440
Octal145342331670413260104100
Binary11001011110001011011001110111010010111011000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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