Html Css Color HEX #44DDDB Turquoise

📋 copy color: '#44DDDB'

red 68 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #44DDDB

Tints of Turquoise #44DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 13.39%
G = 43.5%
B = 43.11%

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

#44DDDB (or 0x44DDDB) is known color: Turquoise. HEX triplet: 44, DD and DB. RGB value is (68,221,219). Sum of RGB (Red+Green+Blue) = 68+221+219=508 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.39% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDDB is #BB2224. Grayscale: #AEAEAE. Windows color (decimal): -12263973 or 14409028. OLE color: 14409028.

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

Color convert

RGB 68 221 219 -
CMYK 0.69 0 0.01 0.13
HSL 179.22º 0.69% 0.57% -
HSV(B) 179.22º 0.69% 0.87% -
XYZ 41.03 58.06 76.06 -
YUV 175.03 152.81 51.66 -
System Red Green Blue C M Y K H S L
Decimal 68 221 219 0.69 0 0.01 0.13 179.22 0.69 0.57
Hex 44 DD DB 45 0 1 D B3 45 39
Octal 104 335 333 105 0 1 15 263 105 71
Binary 1000100 11011101 11011011 1000101 0 1 1101 10110011 1000101 111001

Color Harmonies of #44DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DDDB

Black with #44DDDB

Text Example


Text Example

White with #44DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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