Html Css Color HEX #29FFCF Turquoise

📋 copy color: '#29FFCF'

red 41 ◦ green 255 ◦ blue 207

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

Shades of Turquoise #29FFCF

Tints of Turquoise #29FFCF

RGB

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

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

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

R = 8.15%
G = 50.7%
B = 41.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#29FFCF (or 0x29FFCF) is known color: Turquoise. HEX triplet: 29, FF and CF. RGB value is (41,255,207). Sum of RGB (Red+Green+Blue) = 41+255+207=503 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.15% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #29FFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FFCF is #D60030. Grayscale: #B9B9B9. Windows color (decimal): -14024753 or 13631273. OLE color: 13631273.

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

Color convert

RGB 41 255 207 -
CMYK 0.84 0 0.19 0
HSL 166.54º 1% 0.58% -
HSV(B) 166.54º 0.84% 1% -
XYZ 47.94 76.5 71.27 -
YUV 185.54 140.1 24.9 -
System Red Green Blue C M Y K H S L
Decimal 41 255 207 0.84 0 0.19 0 166.54 1 0.58
Hex 29 FF CF 54 0 13 0 A7 64 3A
Octal 51 377 317 124 0 23 0 247 144 72
Binary 101001 11111111 11001111 1010100 0 10011 0 10100111 1100100 111010

Color Harmonies of #29FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FFCF

Black with #29FFCF

Text Example


Text Example

White with #29FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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