Html Css Color HEX #29CACF Medium Turquoise

📋 copy color: '#29CACF'

red 41 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #29CACF

Tints of Medium Turquoise #29CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.89%

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

R = 9.11%
G = 44.89%
B = 46%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#29CACF (or 0x29CACF) is known color: Medium Turquoise. HEX triplet: 29, CA and CF. RGB value is (41,202,207). Sum of RGB (Red+Green+Blue) = 41+202+207=450 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.11% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #29CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CACF is #D63530. Grayscale: #9A9A9A. Windows color (decimal): -14038321 or 13617705. OLE color: 13617705.

HSL color Cylindrical-coordinate representation of color #29CACF: hue angle of 181.81º 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 #29CACF is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 202 207 -
CMYK 0.80 0.02 0 0.19
HSL 181.81º 0.67% 0.49% -
HSV(B) 181.81º 0.8% 0.81% -
XYZ 33.3 47.22 66.39 -
YUV 154.43 157.66 47.09 -
System Red Green Blue C M Y K H S L
Decimal 41 202 207 0.80 0.02 0 0.19 181.81 0.67 0.49
Hex 29 CA CF 50 2 0 13 B6 43 31
Octal 51 312 317 120 2 0 23 266 103 61
Binary 101001 11001010 11001111 1010000 10 0 10011 10110110 1000011 110001

Color Harmonies of #29CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CACF

Black with #29CACF

Text Example


Text Example

White with #29CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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