Html Css Color HEX #44DACD Turquoise

📋 copy color: '#44DACD'

red 68 ◦ green 218 ◦ blue 205

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

Shades of Turquoise #44DACD

Tints of Turquoise #44DACD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 13.85%
G = 44.4%
B = 41.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#44DACD (or 0x44DACD) is known color: Turquoise. HEX triplet: 44, DA and CD. RGB value is (68,218,205). Sum of RGB (Red+Green+Blue) = 68+218+205=491 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.85% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #44DACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DACD is #BB2532. Grayscale: #ABABAB. Windows color (decimal): -12264755 or 13490756. OLE color: 13490756.

HSL color Cylindrical-coordinate representation of color #44DACD: hue angle of 174.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DACD is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 218 205 -
CMYK 0.69 0 0.06 0.15
HSL 174.8º 0.67% 0.56% -
HSV(B) 174.8º 0.69% 0.85% -
XYZ 38.47 55.78 66.5 -
YUV 171.67 146.81 54.06 -
System Red Green Blue C M Y K H S L
Decimal 68 218 205 0.69 0 0.06 0.15 174.8 0.67 0.56
Hex 44 DA CD 45 0 6 F AF 43 38
Octal 104 332 315 105 0 6 17 257 103 70
Binary 1000100 11011010 11001101 1000101 0 110 1111 10101111 1000011 111000

Color Harmonies of #44DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DACD

Black with #44DACD

Text Example


Text Example

White with #44DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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