Html Css Color HEX #64DEFF Turquoise Blue

📋 copy color: '#64DEFF'

red 100 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #64DEFF

Tints of Turquoise Blue #64DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.47%

 BLUE value IS 255 (100% from 255) = 44.19%

R = 17.33%
G = 38.47%
B = 44.19%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64DEFF (or 0x64DEFF) is known color: Turquoise Blue. HEX triplet: 64, DE and FF. RGB value is (100,222,255). Sum of RGB (Red+Green+Blue) = 100+222+255=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #64DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DEFF is #9B2100. Grayscale: #BDBDBD. Windows color (decimal): -10166529 or 16768612. OLE color: 16768612.

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

Color convert

RGB 100 222 255 -
CMYK 0.61 0.13 0 0
HSL 192.77º 1% 0.7% -
HSV(B) 192.77º 0.61% 1% -
XYZ 49.43 62.17 104 -
YUV 189.28 165.08 64.32 -
System Red Green Blue C M Y K H S L
Decimal 100 222 255 0.61 0.13 0 0 192.77 1 0.7
Hex 64 DE FF 3D D 0 0 C1 64 46
Octal 144 336 377 75 15 0 0 301 144 106
Binary 1100100 11011110 11111111 111101 1101 0 0 11000001 1100100 1000110

Color Harmonies of #64DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DEFF

Black with #64DEFF

Text Example


Text Example

White with #64DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,222,255); }

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

background-color css

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

 a { background-color: rgb(100,222,255); }

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

border-color css

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

 span { border-color: rgb(100,222,255); }

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