#65E4DE

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

Shades of Turquoise Blue #65E4DE

Tints of Turquoise Blue #65E4DE

Color information

#65E4DE (or 0x65E4DE) is unknown color: approx Turquoise Blue. HEX triplet: 65, E4 and DE. RGB value is (101,228,222). Sum of RGB (Red+Green+Blue) = 101+228+222=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4DE is #9A1B21. Grayscale: #BDBDBD. Windows color (decimal): -10099490 or 14607461. OLE color: 14607461.

HSL color Cylindrical-coordinate representation of color #65E4DE: hue angle of 177.17º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E4DE is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB101228222-
CMYK0.5600.030.11
HSL177.17º70.17%64.51%-
HSV(B)177.17º55.7%89.41%-
XYZ46.363.5378.93-
YUV189.34146.4264.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.33%
GREEN value IS 228 (89.45% from 255) = 41.38%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=18.33%
G=41.38%
B=40.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012282220.5600.030.11177.1770.1764.51
Hex65E4DE3803Bb14641
Octal145344336700313261106101
Binary1100101111001001101111011100001110111011000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,228,222); }

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

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

 a { background-color: rgb(101,228,222); }

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

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

 span { border-color: rgb(101,228,222); }

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