Html Css Color HEX #44CCCE Medium Turquoise

📋 copy color: '#44CCCE'

red 68 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #44CCCE

Tints of Medium Turquoise #44CCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 14.23%
G = 42.68%
B = 43.1%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#44CCCE (or 0x44CCCE) is known color: Medium Turquoise. HEX triplet: 44, CC and CE. RGB value is (68,204,206). Sum of RGB (Red+Green+Blue) = 68+204+206=478 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.23% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #44CCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCCE is #BB3331. Grayscale: #A3A3A3. Windows color (decimal): -12268338 or 13552708. OLE color: 13552708.

HSL color Cylindrical-coordinate representation of color #44CCCE: hue angle of 180.87º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CCCE is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 204 206 -
CMYK 0.67 0.01 0 0.19
HSL 180.87º 0.58% 0.54% -
HSV(B) 180.87º 0.67% 0.81% -
XYZ 35.12 48.87 65.97 -
YUV 163.56 151.94 59.84 -
System Red Green Blue C M Y K H S L
Decimal 68 204 206 0.67 0.01 0 0.19 180.87 0.58 0.54
Hex 44 CC CE 43 1 0 13 B5 3A 36
Octal 104 314 316 103 1 0 23 265 72 66
Binary 1000100 11001100 11001110 1000011 1 0 10011 10110101 111010 110110

Color Harmonies of #44CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CCCE

Black with #44CCCE

Text Example


Text Example

White with #44CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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