#65EAE0

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

Shades of Turquoise Blue #65EAE0

Tints of Turquoise Blue #65EAE0

Color information

#65EAE0 (or 0x65EAE0) is unknown color: approx Turquoise Blue. HEX triplet: 65, EA and E0. RGB value is (101,234,224). Sum of RGB (Red+Green+Blue) = 101+234+224=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #65EAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EAE0 is #9A151F. Grayscale: #C1C1C1. Windows color (decimal): -10097952 or 14740069. OLE color: 14740069.

HSL color Cylindrical-coordinate representation of color #65EAE0: hue angle of 175.49º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EAE0 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB101234224-
CMYK0.5700.040.08
HSL175.49º76%65.69%-
HSV(B)175.49º56.84%91.76%-
XYZ48.2466.9980.91-
YUV193.09145.4462.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.07%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=18.07%
G=41.86%
B=40.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012342240.5700.040.08175.497665.69
Hex65EAE039048af4c42
Octal145352340710410257114102
Binary11001011110101011100000111001010010001010111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,234,224); }

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

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

 a { background-color: rgb(101,234,224); }

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

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

 span { border-color: rgb(101,234,224); }

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