Html Css Color HEX #44CCDD Medium Turquoise

📋 copy color: '#44CCDD'

red 68 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #44CCDD

Tints of Medium Turquoise #44CCDD

RGB

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

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

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

R = 13.79%
G = 41.38%
B = 44.83%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#44CCDD (or 0x44CCDD) is known color: Medium Turquoise. HEX triplet: 44, CC and DD. RGB value is (68,204,221). Sum of RGB (Red+Green+Blue) = 68+204+221=493 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.79% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #44CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCDD is #BB3322. Grayscale: #A5A5A5. Windows color (decimal): -12268323 or 14535748. OLE color: 14535748.

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

Color convert

RGB 68 204 221 -
CMYK 0.69 0.08 0 0.13
HSL 186.67º 0.69% 0.57% -
HSV(B) 186.67º 0.69% 0.87% -
XYZ 37.03 49.64 76.04 -
YUV 165.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 68 204 221 0.69 0.08 0 0.13 186.67 0.69 0.57
Hex 44 CC DD 45 8 0 D BB 45 39
Octal 104 314 335 105 10 0 15 273 105 71
Binary 1000100 11001100 11011101 1000101 1000 0 1101 10111011 1000101 111001

Color Harmonies of #44CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CCDD

Black with #44CCDD

Text Example


Text Example

White with #44CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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