Html Css Color HEX #29CDDD Turquoise

📋 copy color: '#29CDDD'

red 41 ◦ green 205 ◦ blue 221

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

Shades of Turquoise #29CDDD

Tints of Turquoise #29CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.9%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 8.78%
G = 43.9%
B = 47.32%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29CDDD (or 0x29CDDD) is known color: Turquoise. HEX triplet: 29, CD and DD. RGB value is (41,205,221). Sum of RGB (Red+Green+Blue) = 41+205+221=467 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.78% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #29CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CDDD is #D63222. Grayscale: #9D9D9D. Windows color (decimal): -14037539 or 14535977. OLE color: 14535977.

HSL color Cylindrical-coordinate representation of color #29CDDD: hue angle of 185.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CDDD is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 205 221 -
CMYK 0.81 0.07 0 0.13
HSL 185.33º 0.73% 0.51% -
HSV(B) 185.33º 0.81% 0.87% -
XYZ 35.8 49.35 76.05 -
YUV 157.79 163.67 44.7 -
System Red Green Blue C M Y K H S L
Decimal 41 205 221 0.81 0.07 0 0.13 185.33 0.73 0.51
Hex 29 CD DD 51 7 0 D B9 49 33
Octal 51 315 335 121 7 0 15 271 111 63
Binary 101001 11001101 11011101 1010001 111 0 1101 10111001 1001001 110011

Color Harmonies of #29CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CDDD

Black with #29CDDD

Text Example


Text Example

White with #29CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,205,221); }

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

background-color css

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

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

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

border-color css

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

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

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