Html Css Color HEX #29CFC3 Turquoise

📋 copy color: '#29CFC3'

red 41 ◦ green 207 ◦ blue 195

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

Shades of Turquoise #29CFC3

Tints of Turquoise #29CFC3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.73%

 BLUE value IS 195 (76.56% from 255) = 44.02%

R = 9.26%
G = 46.73%
B = 44.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#29CFC3 (or 0x29CFC3) is known color: Turquoise. HEX triplet: 29, CF and C3. RGB value is (41,207,195). Sum of RGB (Red+Green+Blue) = 41+207+195=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #29CFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFC3 is #D6303C. Grayscale: #9B9B9B. Windows color (decimal): -14037053 or 12832553. OLE color: 12832553.

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

Color convert

RGB 41 207 195 -
CMYK 0.80 0 0.06 0.19
HSL 175.66º 0.67% 0.49% -
HSV(B) 175.66º 0.8% 0.81% -
XYZ 33.08 49.04 59.35 -
YUV 156 150 45.98 -
System Red Green Blue C M Y K H S L
Decimal 41 207 195 0.80 0 0.06 0.19 175.66 0.67 0.49
Hex 29 CF C3 50 0 6 13 B0 43 31
Octal 51 317 303 120 0 6 23 260 103 61
Binary 101001 11001111 11000011 1010000 0 110 10011 10110000 1000011 110001

Color Harmonies of #29CFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CFC3

Black with #29CFC3

Text Example


Text Example

White with #29CFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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