Html Css Color HEX #29CCCC Medium Turquoise

📋 copy color: '#29CCCC'

red 41 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #29CCCC

Tints of Medium Turquoise #29CCCC

RGB

 RED value IS 41 (16.41% from 255) = 9.13%

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 9.13%
G = 45.43%
B = 45.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#29CCCC (or 0x29CCCC) is known color: Medium Turquoise. HEX triplet: 29, CC and CC. RGB value is (41,204,204). Sum of RGB (Red+Green+Blue) = 41+204+204=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #29CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CCCC is #D63333. Grayscale: #9B9B9B. Windows color (decimal): -14037812 or 13421609. OLE color: 13421609.

HSL color Cylindrical-coordinate representation of color #29CCCC: hue angle of 180º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CCCC is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 204 204 -
CMYK 0.80 0 0 0.2
HSL 180º 0.67% 0.48% -
HSV(B) 180º 0.8% 0.8% -
XYZ 33.41 48.02 64.63 -
YUV 155.26 155.5 46.5 -
System Red Green Blue C M Y K H S L
Decimal 41 204 204 0.80 0 0 0.2 180 0.67 0.48
Hex 29 CC CC 50 0 0 14 B4 43 30
Octal 51 314 314 120 0 0 24 264 103 60
Binary 101001 11001100 11001100 1010000 0 0 10100 10110100 1000011 110000

Color Harmonies of #29CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CCCC

Black with #29CCCC

Text Example


Text Example

White with #29CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29CCCC; }

 p { color: rgb(41,204,204); }

 H1.HeaderClassName
 {
   color: #29CCCC;
 }
 .AnyTagClassName
 {
   color: #29CCCC;
 }
</style>

background-color css

<style>
 a { background-color: #29CCCC; }

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

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

border-color css

<style>
 span { border-color: #29CCCC; }

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

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