Html Css Color HEX #64DFF4 Turquoise Blue

📋 copy color: '#64DFF4'

red 100 ◦ green 223 ◦ blue 244

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

Shades of Turquoise Blue #64DFF4

Tints of Turquoise Blue #64DFF4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.33%

 BLUE value IS 244 (95.7% from 255) = 43.03%

R = 17.64%
G = 39.33%
B = 43.03%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#64DFF4 (or 0x64DFF4) is known color: Turquoise Blue. HEX triplet: 64, DF and F4. RGB value is (100,223,244). Sum of RGB (Red+Green+Blue) = 100+223+244=567 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.64% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #64DFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFF4 is #9B200B. Grayscale: #BCBCBC. Windows color (decimal): -10166284 or 16047972. OLE color: 16047972.

HSL color Cylindrical-coordinate representation of color #64DFF4: hue angle of 188.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64DFF4 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 223 244 -
CMYK 0.59 0.09 0 0.04
HSL 188.75º 0.87% 0.67% -
HSV(B) 188.75º 0.59% 0.96% -
XYZ 47.97 62.02 95.03 -
YUV 188.62 159.25 64.79 -
System Red Green Blue C M Y K H S L
Decimal 100 223 244 0.59 0.09 0 0.04 188.75 0.87 0.67
Hex 64 DF F4 3B 9 0 4 BD 57 43
Octal 144 337 364 73 11 0 4 275 127 103
Binary 1100100 11011111 11110100 111011 1001 0 100 10111101 1010111 1000011

Color Harmonies of #64DFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFF4

Black with #64DFF4

Text Example


Text Example

White with #64DFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,223,244); }

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

background-color css

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

 a { background-color: rgb(100,223,244); }

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

border-color css

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

 span { border-color: rgb(100,223,244); }

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