#65E7EF

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

Shades of Turquoise Blue #65E7EF

Tints of Turquoise Blue #65E7EF

Color information

#65E7EF (or 0x65E7EF) is unknown color: approx Turquoise Blue. HEX triplet: 65, E7 and EF. RGB value is (101,231,239). Sum of RGB (Red+Green+Blue) = 101+231+239=571 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.69% from 571); Green value is 231 (90.62% from 255 or 40.46% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #65E7EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E7EF is #9A1810. Grayscale: #C0C0C0. Windows color (decimal): -10098705 or 15722341. OLE color: 15722341.

HSL color Cylindrical-coordinate representation of color #65E7EF: hue angle of 183.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65E7EF is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101231239-
CMYK0.580.0300.06
HSL183.48º81.18%66.67%-
HSV(B)183.48º57.74%93.73%-
XYZ49.5266.1591.82-
YUV193.04153.9362.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.69%
GREEN value IS 231 (90.62% from 255) = 40.46%
BLUE value IS 239 (93.75% from 255) = 41.86%
R=17.69%
G=40.46%
B=41.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012312390.580.0300.06183.4881.1866.67
Hex65E7EF3A306b75143
Octal14534735772306267121103
Binary110010111100111111011111110101101101011011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,231,239); }

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

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

 a { background-color: rgb(101,231,239); }

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

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

 span { border-color: rgb(101,231,239); }

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