Html Css Color HEX #44EFDC Turquoise

📋 copy color: '#44EFDC'

red 68 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #44EFDC

Tints of Turquoise #44EFDC

RGB

 RED value IS 68 (26.95% from 255) = 12.9%

 GREEN value IS 239 (93.75% from 255) = 45.35%

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

R = 12.9%
G = 45.35%
B = 41.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#44EFDC (or 0x44EFDC) is known color: Turquoise. HEX triplet: 44, EF and DC. RGB value is (68,239,220). Sum of RGB (Red+Green+Blue) = 68+239+220=527 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.90% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFDC is #BB1023. Grayscale: #B9B9B9. Windows color (decimal): -12259364 or 14479172. OLE color: 14479172.

HSL color Cylindrical-coordinate representation of color #44EFDC: hue angle of 173.33º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EFDC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 239 220 -
CMYK 0.72 0 0.08 0.06
HSL 173.33º 0.84% 0.6% -
HSV(B) 173.33º 0.72% 0.94% -
XYZ 46.17 68.13 78.43 -
YUV 185.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 68 239 220 0.72 0 0.08 0.06 173.33 0.84 0.6
Hex 44 EF DC 48 0 8 6 AD 54 3C
Octal 104 357 334 110 0 10 6 255 124 74
Binary 1000100 11101111 11011100 1001000 0 1000 110 10101101 1010100 111100

Color Harmonies of #44EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44EFDC

Black with #44EFDC

Text Example


Text Example

White with #44EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44EFDC; }

 p { color: rgb(68,239,220); }

 H1.HeaderClassName
 {
   color: #44EFDC;
 }
 .AnyTagClassName
 {
   color: #44EFDC;
 }
</style>

background-color css

<style>
 a { background-color: #44EFDC; }

 a { background-color: rgb(68,239,220); }

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

border-color css

<style>
 span { border-color: #44EFDC; }

 span { border-color: rgb(68,239,220); }

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