#64DBFC

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

Shades of Turquoise Blue #64DBFC

Tints of Turquoise Blue #64DBFC

Color information

#64DBFC (or 0x64DBFC) is unknown color: approx Turquoise Blue. HEX triplet: 64, DB and FC. RGB value is (100,219,252). Sum of RGB (Red+Green+Blue) = 100+219+252=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #64DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBFC is #9B2403. Grayscale: #BABABA. Windows color (decimal): -10167300 or 16571236. OLE color: 16571236.

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

Color convert

RGB100219252-
CMYK0.600.1300.01
HSL193.03º96.2%69.02%-
HSV(B)193.03º60.32%98.82%-
XYZ48.1660.4101.22-
YUV187.18164.5865.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.51%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=17.51%
G=38.35%
B=44.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002192520.600.1300.01193.0396.269.02
Hex64DBFC3CD01c16045
Octal144333374741501301140105
Binary110010011011011111111001111001101011100000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64DBFC; }

 p { color: rgb(100,219,252); }

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

<style>
 a { background-color: #64DBFC; }

 a { background-color: rgb(100,219,252); }

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

<style>
 span { border-color: #64DBFC; }

 span { border-color: rgb(100,219,252); }

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