Html Css Color HEX #64EBDC Turquoise Blue

📋 copy color: '#64EBDC'

red 100 ◦ green 235 ◦ blue 220

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

Shades of Turquoise Blue #64EBDC

Tints of Turquoise Blue #64EBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.34%

 BLUE value IS 220 (86.33% from 255) = 39.64%

R = 18.02%
G = 42.34%
B = 39.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#64EBDC (or 0x64EBDC) is known color: Turquoise Blue. HEX triplet: 64, EB and DC. RGB value is (100,235,220). Sum of RGB (Red+Green+Blue) = 100+235+220=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBDC is #9B1423. Grayscale: #C0C0C0. Windows color (decimal): -10163236 or 14478180. OLE color: 14478180.

HSL color Cylindrical-coordinate representation of color #64EBDC: hue angle of 173.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBDC is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 235 220 -
CMYK 0.57 0 0.06 0.08
HSL 173.33º 0.77% 0.66% -
HSV(B) 173.33º 0.57% 0.92% -
XYZ 47.88 67.29 78.18 -
YUV 192.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 100 235 220 0.57 0 0.06 0.08 173.33 0.77 0.66
Hex 64 EB DC 39 0 6 8 AD 4D 42
Octal 144 353 334 71 0 6 10 255 115 102
Binary 1100100 11101011 11011100 111001 0 110 1000 10101101 1001101 1000010

Color Harmonies of #64EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBDC

Black with #64EBDC

Text Example


Text Example

White with #64EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,235,220); }

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

background-color css

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

 a { background-color: rgb(100,235,220); }

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

border-color css

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

 span { border-color: rgb(100,235,220); }

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