#65EAF9

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

Shades of Turquoise Blue #65EAF9

Tints of Turquoise Blue #65EAF9

Color information

#65EAF9 (or 0x65EAF9) is unknown color: approx Turquoise Blue. HEX triplet: 65, EA and F9. RGB value is (101,234,249). Sum of RGB (Red+Green+Blue) = 101+234+249=584 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.29% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #65EAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EAF9 is #9A1506. Grayscale: #C3C3C3. Windows color (decimal): -10097927 or 16378469. OLE color: 16378469.

HSL color Cylindrical-coordinate representation of color #65EAF9: hue angle of 186.08º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65EAF9 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101234249-
CMYK0.590.0600.02
HSL186.08º92.5%68.63%-
HSV(B)186.08º59.44%97.65%-
XYZ51.8968.45100.1-
YUV195.94157.9460.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.29%
GREEN value IS 234 (91.80% from 255) = 40.07%
BLUE value IS 249 (97.66% from 255) = 42.64%
R=17.29%
G=40.07%
B=42.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012342490.590.0600.02186.0892.568.63
Hex65EAF93B602ba5c45
Octal14535237173602272134105
Binary110010111101010111110011110111100101011101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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