Html Css Color HEX #44CCC3 Medium Turquoise

📋 copy color: '#44CCC3'

red 68 ◦ green 204 ◦ blue 195

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

Shades of Medium Turquoise #44CCC3

Tints of Medium Turquoise #44CCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.76%

R = 14.56%
G = 43.68%
B = 41.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#44CCC3 (or 0x44CCC3) is known color: Medium Turquoise. HEX triplet: 44, CC and C3. RGB value is (68,204,195). Sum of RGB (Red+Green+Blue) = 68+204+195=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCC3 is #BB333C. Grayscale: #A2A2A2. Windows color (decimal): -12268349 or 12831812. OLE color: 12831812.

HSL color Cylindrical-coordinate representation of color #44CCC3: hue angle of 176.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CCC3 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 204 195 -
CMYK 0.67 0 0.04 0.2
HSL 176.03º 0.57% 0.53% -
HSV(B) 176.03º 0.67% 0.8% -
XYZ 33.83 48.35 59.18 -
YUV 162.31 146.44 60.73 -
System Red Green Blue C M Y K H S L
Decimal 68 204 195 0.67 0 0.04 0.2 176.03 0.57 0.53
Hex 44 CC C3 43 0 4 14 B0 39 35
Octal 104 314 303 103 0 4 24 260 71 65
Binary 1000100 11001100 11000011 1000011 0 100 10100 10110000 111001 110101

Color Harmonies of #44CCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CCC3

Black with #44CCC3

Text Example


Text Example

White with #44CCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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