Html Css Color HEX #64DEDA Turquoise Blue

📋 copy color: '#64DEDA'

red 100 ◦ green 222 ◦ blue 218

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

Shades of Turquoise Blue #64DEDA

Tints of Turquoise Blue #64DEDA

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #64DEDA: hue angle of 178.03º 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 #64DEDA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 222 218 -
CMYK 0.55 0 0.02 0.13
HSL 178.03º 0.65% 0.63% -
HSV(B) 178.03º 0.55% 0.87% -
XYZ 44.03 60.01 75.59 -
YUV 185.07 146.58 67.33 -
System Red Green Blue C M Y K H S L
Decimal 100 222 218 0.55 0 0.02 0.13 178.03 0.65 0.63
Hex 64 DE DA 37 0 2 D B2 41 3F
Octal 144 336 332 67 0 2 15 262 101 77
Binary 1100100 11011110 11011010 110111 0 10 1101 10110010 1000001 111111

Color Harmonies of #64DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DEDA

Black with #64DEDA

Text Example


Text Example

White with #64DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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