Html Css Color HEX #64E1D4 Turquoise Blue

📋 copy color: '#64E1D4'

red 100 ◦ green 225 ◦ blue 212

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

Shades of Turquoise Blue #64E1D4

Tints of Turquoise Blue #64E1D4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.9%

 BLUE value IS 212 (83.2% from 255) = 39.48%

R = 18.62%
G = 41.9%
B = 39.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#64E1D4 (or 0x64E1D4) is known color: Turquoise Blue. HEX triplet: 64, E1 and D4. RGB value is (100,225,212). Sum of RGB (Red+Green+Blue) = 100+225+212=537 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.62% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #64E1D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E1D4 is #9B1E2B. Grayscale: #BABABA. Windows color (decimal): -10165804 or 13951332. OLE color: 13951332.

HSL color Cylindrical-coordinate representation of color #64E1D4: hue angle of 173.76º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E1D4 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 212 -
CMYK 0.56 0 0.06 0.12
HSL 173.76º 0.68% 0.64% -
HSV(B) 173.76º 0.56% 0.88% -
XYZ 44.06 61.31 71.8 -
YUV 186.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 100 225 212 0.56 0 0.06 0.12 173.76 0.68 0.64
Hex 64 E1 D4 38 0 6 C AE 44 40
Octal 144 341 324 70 0 6 14 256 104 100
Binary 1100100 11100001 11010100 111000 0 110 1100 10101110 1000100 1000000

Color Harmonies of #64E1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E1D4

Black with #64E1D4

Text Example


Text Example

White with #64E1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,225,212); }

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

background-color css

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

 a { background-color: rgb(100,225,212); }

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

border-color css

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

 span { border-color: rgb(100,225,212); }

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