#65EAE6

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

Shades of Turquoise Blue #65EAE6

Tints of Turquoise Blue #65EAE6

Color information

#65EAE6 (or 0x65EAE6) is unknown color: approx Turquoise Blue. HEX triplet: 65, EA and E6. RGB value is (101,234,230). Sum of RGB (Red+Green+Blue) = 101+234+230=565 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.88% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #65EAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EAE6 is #9A1519. Grayscale: #C1C1C1. Windows color (decimal): -10097946 or 15133285. OLE color: 15133285.

HSL color Cylindrical-coordinate representation of color #65EAE6: hue angle of 178.2º 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 #65EAE6 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB101234230-
CMYK0.5700.020.08
HSL178.2º76%65.69%-
HSV(B)178.2º56.84%91.76%-
XYZ49.0767.3385.27-
YUV193.78148.4461.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.88%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=17.88%
G=41.42%
B=40.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012342300.5700.020.08178.27665.69
Hex65EAE639028b24c42
Octal145352346710210262114102
Binary1100101111010101110011011100101010001011001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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