Html Css Color HEX #64DAFE Turquoise Blue

📋 copy color: '#64DAFE'

red 100 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #64DAFE

Tints of Turquoise Blue #64DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.11%

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 17.48%
G = 38.11%
B = 44.41%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64DAFE (or 0x64DAFE) is known color: Turquoise Blue. HEX triplet: 64, DA and FE. RGB value is (100,218,254). Sum of RGB (Red+Green+Blue) = 100+218+254=572 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.48% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #64DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DAFE is #9B2501. Grayscale: #BABABA. Windows color (decimal): -10167554 or 16702052. OLE color: 16702052.

HSL color Cylindrical-coordinate representation of color #64DAFE: hue angle of 194.03º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64DAFE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 218 254 -
CMYK 0.61 0.14 0 0.00
HSL 194.03º 0.99% 0.69% -
HSV(B) 194.03º 0.61% 1% -
XYZ 48.22 60.01 102.81 -
YUV 186.82 165.91 66.07 -
System Red Green Blue C M Y K H S L
Decimal 100 218 254 0.61 0.14 0 0.00 194.03 0.99 0.69
Hex 64 DA FE 3D E 0 0 C2 63 45
Octal 144 332 376 75 16 0 0 302 143 105
Binary 1100100 11011010 11111110 111101 1110 0 0 11000010 1100011 1000101

Color Harmonies of #64DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DAFE

Black with #64DAFE

Text Example


Text Example

White with #64DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,218,254); }

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

background-color css

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

 a { background-color: rgb(100,218,254); }

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

border-color css

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

 span { border-color: rgb(100,218,254); }

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