Html Css Color HEX #44DDDA Turquoise

📋 copy color: '#44DDDA'

red 68 ◦ green 221 ◦ blue 218

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

Shades of Turquoise #44DDDA

Tints of Turquoise #44DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 13.41%
G = 43.59%
B = 43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#44DDDA (or 0x44DDDA) is known color: Turquoise. HEX triplet: 44, DD and DA. RGB value is (68,221,218). Sum of RGB (Red+Green+Blue) = 68+221+218=507 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.41% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDDA is #BB2225. Grayscale: #AEAEAE. Windows color (decimal): -12263974 or 14343492. OLE color: 14343492.

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

Color convert

RGB 68 221 218 -
CMYK 0.69 0 0.01 0.13
HSL 178.82º 0.69% 0.57% -
HSV(B) 178.82º 0.69% 0.87% -
XYZ 40.9 58 75.37 -
YUV 174.91 152.31 51.74 -
System Red Green Blue C M Y K H S L
Decimal 68 221 218 0.69 0 0.01 0.13 178.82 0.69 0.57
Hex 44 DD DA 45 0 1 D B3 45 39
Octal 104 335 332 105 0 1 15 263 105 71
Binary 1000100 11011101 11011010 1000101 0 1 1101 10110011 1000101 111001

Color Harmonies of #44DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DDDA

Black with #44DDDA

Text Example


Text Example

White with #44DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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