Html Css Color HEX #44CCDC Medium Turquoise

📋 copy color: '#44CCDC'

red 68 ◦ green 204 ◦ blue 220

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

Shades of Medium Turquoise #44CCDC

Tints of Medium Turquoise #44CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 13.82%
G = 41.46%
B = 44.72%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#44CCDC (or 0x44CCDC) is known color: Medium Turquoise. HEX triplet: 44, CC and DC. RGB value is (68,204,220). Sum of RGB (Red+Green+Blue) = 68+204+220=492 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.82% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #44CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCDC is #BB3323. Grayscale: #A4A4A4. Windows color (decimal): -12268324 or 14470212. OLE color: 14470212.

HSL color Cylindrical-coordinate representation of color #44CCDC: hue angle of 186.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CCDC is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 204 220 -
CMYK 0.69 0.07 0 0.14
HSL 186.32º 0.68% 0.56% -
HSV(B) 186.32º 0.69% 0.86% -
XYZ 36.9 49.58 75.34 -
YUV 165.16 158.94 58.7 -
System Red Green Blue C M Y K H S L
Decimal 68 204 220 0.69 0.07 0 0.14 186.32 0.68 0.56
Hex 44 CC DC 45 7 0 E BA 44 38
Octal 104 314 334 105 7 0 16 272 104 70
Binary 1000100 11001100 11011100 1000101 111 0 1110 10111010 1000100 111000

Color Harmonies of #44CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CCDC

Black with #44CCDC

Text Example


Text Example

White with #44CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,204,220); }

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

background-color css

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

 a { background-color: rgb(68,204,220); }

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

border-color css

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

 span { border-color: rgb(68,204,220); }

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