#65E4FC

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

Shades of Turquoise Blue #65E4FC

Tints of Turquoise Blue #65E4FC

Color information

#65E4FC (or 0x65E4FC) is unknown color: approx Turquoise Blue. HEX triplet: 65, E4 and FC. RGB value is (101,228,252). Sum of RGB (Red+Green+Blue) = 101+228+252=581 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.38% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #65E4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E4FC is #9A1B03. Grayscale: #C0C0C0. Windows color (decimal): -10099460 or 16573541. OLE color: 16573541.

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

Color convert

RGB101228252-
CMYK0.600.1000.01
HSL189.54º96.18%69.22%-
HSV(B)189.54º59.92%98.82%-
XYZ50.6865.28102.02-
YUV192.76161.4262.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.38%
GREEN value IS 228 (89.45% from 255) = 39.24%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=17.38%
G=39.24%
B=43.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012282520.600.1000.01189.5496.1869.22
Hex65E4FC3CA01be6045
Octal145344374741201276140105
Binary110010111100100111111001111001010011011111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,228,252); }

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

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

 a { background-color: rgb(101,228,252); }

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

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

 span { border-color: rgb(101,228,252); }

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