#65EADF

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

Shades of Turquoise Blue #65EADF

Tints of Turquoise Blue #65EADF

Color information

#65EADF (or 0x65EADF) is unknown color: approx Turquoise Blue. HEX triplet: 65, EA and DF. RGB value is (101,234,223). Sum of RGB (Red+Green+Blue) = 101+234+223=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #65EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EADF is #9A1520. Grayscale: #C0C0C0. Windows color (decimal): -10097953 or 14674533. OLE color: 14674533.

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

Color convert

RGB101234223-
CMYK0.5700.050.08
HSL175.04º76%65.69%-
HSV(B)175.04º56.84%91.76%-
XYZ48.1166.9480.2-
YUV192.98144.9462.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.10%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=18.10%
G=41.94%
B=39.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012342230.5700.050.08175.047665.69
Hex65EADF39058af4c42
Octal145352337710510257114102
Binary11001011110101011011111111001010110001010111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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