Html Css Color HEX #44DDC7 Turquoise

📋 copy color: '#44DDC7'

red 68 ◦ green 221 ◦ blue 199

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

Shades of Turquoise #44DDC7

Tints of Turquoise #44DDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.78%

R = 13.93%
G = 45.29%
B = 40.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#44DDC7 (or 0x44DDC7) is known color: Turquoise. HEX triplet: 44, DD and C7. RGB value is (68,221,199). Sum of RGB (Red+Green+Blue) = 68+221+199=488 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.93% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDC7 is #BB2238. Grayscale: #ACACAC. Windows color (decimal): -12263993 or 13098308. OLE color: 13098308.

HSL color Cylindrical-coordinate representation of color #44DDC7: hue angle of 171.37º 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 #44DDC7 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 221 199 -
CMYK 0.69 0 0.10 0.13
HSL 171.37º 0.69% 0.57% -
HSV(B) 171.37º 0.69% 0.87% -
XYZ 38.55 57.07 63.02 -
YUV 172.75 142.81 53.29 -
System Red Green Blue C M Y K H S L
Decimal 68 221 199 0.69 0 0.10 0.13 171.37 0.69 0.57
Hex 44 DD C7 45 0 A D AB 45 39
Octal 104 335 307 105 0 12 15 253 105 71
Binary 1000100 11011101 11000111 1000101 0 1010 1101 10101011 1000101 111001

Color Harmonies of #44DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DDC7

Black with #44DDC7

Text Example


Text Example

White with #44DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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