#65E2F9

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

Shades of Turquoise Blue #65E2F9

Tints of Turquoise Blue #65E2F9

Color information

#65E2F9 (or 0x65E2F9) is unknown color: approx Turquoise Blue. HEX triplet: 65, E2 and F9. RGB value is (101,226,249). Sum of RGB (Red+Green+Blue) = 101+226+249=576 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.53% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #65E2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E2F9 is #9A1D06. Grayscale: #BFBFBF. Windows color (decimal): -10099975 or 16376421. OLE color: 16376421.

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

Color convert

RGB101226249-
CMYK0.590.0900.02
HSL189.32º92.5%68.63%-
HSV(B)189.32º59.44%97.65%-
XYZ49.666499.36-
YUV191.25160.5963.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.53%
GREEN value IS 226 (88.67% from 255) = 39.24%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=17.53%
G=39.24%
B=43.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012262490.590.0900.02189.3292.568.63
Hex65E2F93B902bd5c45
Octal145342371731102275134105
Binary1100101111000101111100111101110010101011110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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