Html Css Color HEX #44D9D4 Turquoise

📋 copy color: '#44D9D4'

red 68 ◦ green 217 ◦ blue 212

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

Shades of Turquoise #44D9D4

Tints of Turquoise #44D9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.66%

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

R = 13.68%
G = 43.66%
B = 42.66%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#44D9D4 (or 0x44D9D4) is known color: Turquoise. HEX triplet: 44, D9 and D4. RGB value is (68,217,212). Sum of RGB (Red+Green+Blue) = 68+217+212=497 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.68% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #44D9D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D9D4 is #BB262B. Grayscale: #ABABAB. Windows color (decimal): -12265004 or 13949252. OLE color: 13949252.

HSL color Cylindrical-coordinate representation of color #44D9D4: hue angle of 177.99º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D9D4 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 217 212 -
CMYK 0.69 0 0.02 0.15
HSL 177.99º 0.66% 0.56% -
HSV(B) 177.99º 0.69% 0.85% -
XYZ 39.08 55.61 70.96 -
YUV 171.88 150.64 53.91 -
System Red Green Blue C M Y K H S L
Decimal 68 217 212 0.69 0 0.02 0.15 177.99 0.66 0.56
Hex 44 D9 D4 45 0 2 F B2 42 38
Octal 104 331 324 105 0 2 17 262 102 70
Binary 1000100 11011001 11010100 1000101 0 10 1111 10110010 1000010 111000

Color Harmonies of #44D9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D9D4

Black with #44D9D4

Text Example


Text Example

White with #44D9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,217,212); }

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

background-color css

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

 a { background-color: rgb(68,217,212); }

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

border-color css

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

 span { border-color: rgb(68,217,212); }

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