Html Css Color HEX #64D7FC Turquoise Blue

📋 copy color: '#64D7FC'

red 100 ◦ green 215 ◦ blue 252

#64D7FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #64D7FC

Tints of Turquoise Blue #64D7FC

RGB

 RED value IS 100 (39.45% from 255) = 17.64%

 GREEN value IS 215 (84.38% from 255) = 37.92%

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 17.64%
G = 37.92%
B = 44.44%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64D7FC (or 0x64D7FC) is known color: Turquoise Blue. HEX triplet: 64, D7 and FC. RGB value is (100,215,252). Sum of RGB (Red+Green+Blue) = 100+215+252=567 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.64% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #64D7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D7FC is #9B2803. Grayscale: #B8B8B8. Windows color (decimal): -10168324 or 16570212. OLE color: 16570212.

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

Color convert

RGB 100 215 252 -
CMYK 0.60 0.15 0 0.01
HSL 194.61º 0.96% 0.69% -
HSV(B) 194.61º 0.6% 0.99% -
XYZ 47.13 58.34 100.87 -
YUV 184.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 100 215 252 0.60 0.15 0 0.01 194.61 0.96 0.69
Hex 64 D7 FC 3C F 0 1 C3 60 45
Octal 144 327 374 74 17 0 1 303 140 105
Binary 1100100 11010111 11111100 111100 1111 0 1 11000011 1100000 1000101

Color Harmonies of #64D7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D7FC

Black with #64D7FC

Text Example


Text Example

White with #64D7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64D7FC;
 }
 .AnyTagClassName
 {
   color: #64D7FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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