#65EAD8

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

Shades of Turquoise Blue #65EAD8

Tints of Turquoise Blue #65EAD8

Color information

#65EAD8 (or 0x65EAD8) is unknown color: approx Turquoise Blue. HEX triplet: 65, EA and D8. RGB value is (101,234,216). Sum of RGB (Red+Green+Blue) = 101+234+216=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #65EAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EAD8 is #9A1527. Grayscale: #C0C0C0. Windows color (decimal): -10097960 or 14215781. OLE color: 14215781.

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

Color convert

RGB101234216-
CMYK0.5700.080.08
HSL171.88º76%65.69%-
HSV(B)171.88º56.84%91.76%-
XYZ47.1866.5775.33-
YUV192.18141.4462.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.33%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 216 (84.77% from 255) = 39.20%
R=18.33%
G=42.47%
B=39.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012342160.5700.080.08171.887665.69
Hex65EAD839088ac4c42
Octal1453523307101010254114102
Binary110010111101010110110001110010100010001010110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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