#65E7FE

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

Shades of Turquoise Blue #65E7FE

Tints of Turquoise Blue #65E7FE

Color information

#65E7FE (or 0x65E7FE) is unknown color: approx Turquoise Blue. HEX triplet: 65, E7 and FE. RGB value is (101,231,254). Sum of RGB (Red+Green+Blue) = 101+231+254=586 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.24% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #65E7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E7FE is #9A1801. Grayscale: #C2C2C2. Windows color (decimal): -10098690 or 16705381. OLE color: 16705381.

HSL color Cylindrical-coordinate representation of color #65E7FE: hue angle of 189.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65E7FE is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101231254-
CMYK0.600.0900.00
HSL189.02º98.71%69.61%-
HSV(B)189.02º60.24%99.61%-
XYZ51.8367.07103.98-
YUV194.75161.4361.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.24%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=17.24%
G=39.42%
B=43.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012312540.600.0900.00189.0298.7169.61
Hex65E7FE3C900bd6346
Octal145347376741100275143106
Binary110010111100111111111101111001001001011110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,231,254); }

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

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

 a { background-color: rgb(101,231,254); }

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

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

 span { border-color: rgb(101,231,254); }

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