Html Css Color HEX #44DEDD Turquoise

📋 copy color: '#44DEDD'

red 68 ◦ green 222 ◦ blue 221

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

Shades of Turquoise #44DEDD

Tints of Turquoise #44DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.44%

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 13.31%
G = 43.44%
B = 43.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#44DEDD (or 0x44DEDD) is known color: Turquoise. HEX triplet: 44, DE and DD. RGB value is (68,222,221). Sum of RGB (Red+Green+Blue) = 68+222+221=511 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.31% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #44DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DEDD is #BB2122. Grayscale: #AFAFAF. Windows color (decimal): -12263715 or 14540356. OLE color: 14540356.

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

Color convert

RGB 68 222 221 -
CMYK 0.69 0 0.00 0.13
HSL 179.61º 0.7% 0.57% -
HSV(B) 179.61º 0.69% 0.87% -
XYZ 41.56 58.69 77.55 -
YUV 175.84 153.48 51.08 -
System Red Green Blue C M Y K H S L
Decimal 68 222 221 0.69 0 0.00 0.13 179.61 0.7 0.57
Hex 44 DE DD 45 0 0 D B4 46 39
Octal 104 336 335 105 0 0 15 264 106 71
Binary 1000100 11011110 11011101 1000101 0 0 1101 10110100 1000110 111001

Color Harmonies of #44DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DEDD

Black with #44DEDD

Text Example


Text Example

White with #44DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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