#65E8EC

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

Shades of Turquoise Blue #65E8EC

Tints of Turquoise Blue #65E8EC

Color information

#65E8EC (or 0x65E8EC) is unknown color: approx Turquoise Blue. HEX triplet: 65, E8 and EC. RGB value is (101,232,236). Sum of RGB (Red+Green+Blue) = 101+232+236=569 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.75% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #65E8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E8EC is #9A1713. Grayscale: #C1C1C1. Windows color (decimal): -10098452 or 15525989. OLE color: 15525989.

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

Color convert

RGB101232236-
CMYK0.570.0200.07
HSL181.78º78.03%66.08%-
HSV(B)181.78º57.2%92.55%-
XYZ49.3666.5489.6-
YUV193.29152.162.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.75%
GREEN value IS 232 (91.02% from 255) = 40.77%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=17.75%
G=40.77%
B=41.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012322360.570.0200.07181.7878.0366.08
Hex65E8EC39207b64e42
Octal14535035471207266116102
Binary110010111101000111011001110011001111011011010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,232,236); }

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

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

 a { background-color: rgb(101,232,236); }

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

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

 span { border-color: rgb(101,232,236); }

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