#65EFE7

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

Shades of Turquoise Blue #65EFE7

Tints of Turquoise Blue #65EFE7

Color information

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

HSL color Cylindrical-coordinate representation of color #65EFE7: hue angle of 176.52º 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 #65EFE7 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB101239231-
CMYK0.5800.030.06
HSL176.52º81.18%66.67%-
HSV(B)176.52º57.74%93.73%-
XYZ50.6670.2786.49-
YUV196.83147.2859.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012392310.5800.030.06176.5281.1866.67
Hex65EFE73A036b15143
Octal14535734772036261121103
Binary110010111101111111001111110100111101011000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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