Html Css Color HEX #29CCCF Medium Turquoise

📋 copy color: '#29CCCF'

red 41 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #29CCCF

Tints of Medium Turquoise #29CCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 9.07%
G = 45.13%
B = 45.8%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#29CCCF (or 0x29CCCF) is known color: Medium Turquoise. HEX triplet: 29, CC and CF. RGB value is (41,204,207). Sum of RGB (Red+Green+Blue) = 41+204+207=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #29CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CCCF is #D63330. Grayscale: #9B9B9B. Windows color (decimal): -14037809 or 13618217. OLE color: 13618217.

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

Color convert

RGB 41 204 207 -
CMYK 0.80 0.01 0 0.19
HSL 181.08º 0.67% 0.49% -
HSV(B) 181.08º 0.8% 0.81% -
XYZ 33.77 48.16 66.55 -
YUV 155.61 157 46.26 -
System Red Green Blue C M Y K H S L
Decimal 41 204 207 0.80 0.01 0 0.19 181.08 0.67 0.49
Hex 29 CC CF 50 1 0 13 B5 43 31
Octal 51 314 317 120 1 0 23 265 103 61
Binary 101001 11001100 11001111 1010000 1 0 10011 10110101 1000011 110001

Color Harmonies of #29CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CCCF

Black with #29CCCF

Text Example


Text Example

White with #29CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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