Html Css Color HEX #29FFCC Turquoise

📋 copy color: '#29FFCC'

red 41 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #29FFCC

Tints of Turquoise #29FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 51%

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

R = 8.2%
G = 51%
B = 40.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#29FFCC (or 0x29FFCC) is known color: Turquoise. HEX triplet: 29, FF and CC. RGB value is (41,255,204). Sum of RGB (Red+Green+Blue) = 41+255+204=500 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.2% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFCC is #D60033. Grayscale: #B9B9B9. Windows color (decimal): -14024756 or 13434665. OLE color: 13434665.

HSL color Cylindrical-coordinate representation of color #29FFCC: hue angle of 165.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FFCC is Cyan = 0.84, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 41 255 204 -
CMYK 0.84 0 0.2 0
HSL 165.7º 1% 0.58% -
HSV(B) 165.7º 0.84% 1% -
XYZ 47.57 76.35 69.36 -
YUV 185.2 138.6 25.15 -
System Red Green Blue C M Y K H S L
Decimal 41 255 204 0.84 0 0.2 0 165.7 1 0.58
Hex 29 FF CC 54 0 14 0 A6 64 3A
Octal 51 377 314 124 0 24 0 246 144 72
Binary 101001 11111111 11001100 1010100 0 10100 0 10100110 1100100 111010

Color Harmonies of #29FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFCC

Black with #29FFCC

Text Example


Text Example

White with #29FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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