#65E5FC

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

Shades of Turquoise Blue #65E5FC

Tints of Turquoise Blue #65E5FC

Color information

#65E5FC (or 0x65E5FC) is unknown color: approx Turquoise Blue. HEX triplet: 65, E5 and FC. RGB value is (101,229,252). Sum of RGB (Red+Green+Blue) = 101+229+252=582 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.35% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #65E5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E5FC is #9A1A03. Grayscale: #C1C1C1. Windows color (decimal): -10099204 or 16573797. OLE color: 16573797.

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

Color convert

RGB101229252-
CMYK0.600.0900.01
HSL189.14º96.18%69.22%-
HSV(B)189.14º59.92%98.82%-
XYZ50.9665.83102.12-
YUV193.35161.0962.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.35%
GREEN value IS 229 (89.84% from 255) = 39.35%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=17.35%
G=39.35%
B=43.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012292520.600.0900.01189.1496.1869.22
Hex65E5FC3C901bd6045
Octal145345374741101275140105
Binary110010111100101111111001111001001011011110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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