#65E2FA

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

Shades of Turquoise Blue #65E2FA

Tints of Turquoise Blue #65E2FA

Color information

#65E2FA (or 0x65E2FA) is unknown color: approx Turquoise Blue. HEX triplet: 65, E2 and FA. RGB value is (101,226,250). Sum of RGB (Red+Green+Blue) = 101+226+250=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #65E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E2FA is #9A1D05. Grayscale: #BFBFBF. Windows color (decimal): -10099974 or 16441957. OLE color: 16441957.

HSL color Cylindrical-coordinate representation of color #65E2FA: hue angle of 189.66º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65E2FA is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101226250-
CMYK0.600.1000.02
HSL189.66º93.71%68.82%-
HSV(B)189.66º59.6%98.04%-
XYZ49.8264.06100.18-
YUV191.36161.0963.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.50%
GREEN value IS 226 (88.67% from 255) = 39.17%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=17.50%
G=39.17%
B=43.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012262500.600.1000.02189.6693.7168.82
Hex65E2FA3CA02be5e45
Octal145342372741202276136105
Binary1100101111000101111101011110010100101011111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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