Html Css Color HEX #64DADE Turquoise Blue

📋 copy color: '#64DADE'

red 100 ◦ green 218 ◦ blue 222

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

Shades of Turquoise Blue #64DADE

Tints of Turquoise Blue #64DADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 18.52%
G = 40.37%
B = 41.11%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64DADE (or 0x64DADE) is known color: Turquoise Blue. HEX triplet: 64, DA and DE. RGB value is (100,218,222). Sum of RGB (Red+Green+Blue) = 100+218+222=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #64DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DADE is #9B2521. Grayscale: #B7B7B7. Windows color (decimal): -10167586 or 14604900. OLE color: 14604900.

HSL color Cylindrical-coordinate representation of color #64DADE: hue angle of 181.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DADE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 218 222 -
CMYK 0.55 0.02 0 0.13
HSL 181.97º 0.65% 0.63% -
HSV(B) 181.97º 0.55% 0.87% -
XYZ 43.51 58.13 78.03 -
YUV 183.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 100 218 222 0.55 0.02 0 0.13 181.97 0.65 0.63
Hex 64 DA DE 37 2 0 D B6 41 3F
Octal 144 332 336 67 2 0 15 266 101 77
Binary 1100100 11011010 11011110 110111 10 0 1101 10110110 1000001 111111

Color Harmonies of #64DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DADE

Black with #64DADE

Text Example


Text Example

White with #64DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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