Html Css Color HEX #29CFBE Turquoise

📋 copy color: '#29CFBE'

red 41 ◦ green 207 ◦ blue 190

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

Shades of Turquoise #29CFBE

Tints of Turquoise #29CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 9.36%
G = 47.26%
B = 43.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#29CFBE (or 0x29CFBE) is known color: Turquoise. HEX triplet: 29, CF and BE. RGB value is (41,207,190). Sum of RGB (Red+Green+Blue) = 41+207+190=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #29CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFBE is #D63041. Grayscale: #9B9B9B. Windows color (decimal): -14037058 or 12504873. OLE color: 12504873.

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

Color convert

RGB 41 207 190 -
CMYK 0.80 0 0.08 0.19
HSL 173.86º 0.67% 0.49% -
HSV(B) 173.86º 0.8% 0.81% -
XYZ 32.52 48.81 56.42 -
YUV 155.43 147.5 46.38 -
System Red Green Blue C M Y K H S L
Decimal 41 207 190 0.80 0 0.08 0.19 173.86 0.67 0.49
Hex 29 CF BE 50 0 8 13 AE 43 31
Octal 51 317 276 120 0 10 23 256 103 61
Binary 101001 11001111 10111110 1010000 0 1000 10011 10101110 1000011 110001

Color Harmonies of #29CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CFBE

Black with #29CFBE

Text Example


Text Example

White with #29CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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