Html Css Color HEX #44DDC0 Turquoise

📋 copy color: '#44DDC0'

red 68 ◦ green 221 ◦ blue 192

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

Shades of Turquoise #44DDC0

Tints of Turquoise #44DDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.95%

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 14.14%
G = 45.95%
B = 39.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#44DDC0 (or 0x44DDC0) is known color: Turquoise. HEX triplet: 44, DD and C0. RGB value is (68,221,192). Sum of RGB (Red+Green+Blue) = 68+221+192=481 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.14% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDC0 is #BB223F. Grayscale: #ABABAB. Windows color (decimal): -12264000 or 12639556. OLE color: 12639556.

HSL color Cylindrical-coordinate representation of color #44DDC0: hue angle of 168.63º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DDC0 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 221 192 -
CMYK 0.69 0 0.13 0.13
HSL 168.63º 0.69% 0.57% -
HSV(B) 168.63º 0.69% 0.87% -
XYZ 37.75 56.75 58.83 -
YUV 171.95 139.31 53.86 -
System Red Green Blue C M Y K H S L
Decimal 68 221 192 0.69 0 0.13 0.13 168.63 0.69 0.57
Hex 44 DD C0 45 0 D D A9 45 39
Octal 104 335 300 105 0 15 15 251 105 71
Binary 1000100 11011101 11000000 1000101 0 1101 1101 10101001 1000101 111001

Color Harmonies of #44DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DDC0

Black with #44DDC0

Text Example


Text Example

White with #44DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,221,192); }

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

background-color css

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

 a { background-color: rgb(68,221,192); }

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

border-color css

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

 span { border-color: rgb(68,221,192); }

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