Html Css Color HEX #29FCCB Turquoise

📋 copy color: '#29FCCB'

red 41 ◦ green 252 ◦ blue 203

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

Shades of Turquoise #29FCCB

Tints of Turquoise #29FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.81%

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 8.27%
G = 50.81%
B = 40.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#29FCCB (or 0x29FCCB) is known color: Turquoise. HEX triplet: 29, FC and CB. RGB value is (41,252,203). Sum of RGB (Red+Green+Blue) = 41+252+203=496 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.27% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #29FCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FCCB is #D60334. Grayscale: #B7B7B7. Windows color (decimal): -14025525 or 13368361. OLE color: 13368361.

HSL color Cylindrical-coordinate representation of color #29FCCB: hue angle of 166.07º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FCCB is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 252 203 -
CMYK 0.84 0 0.19 0.01
HSL 166.07º 0.97% 0.57% -
HSV(B) 166.07º 0.84% 0.99% -
XYZ 46.5 74.4 68.41 -
YUV 183.33 139.1 26.48 -
System Red Green Blue C M Y K H S L
Decimal 41 252 203 0.84 0 0.19 0.01 166.07 0.97 0.57
Hex 29 FC CB 54 0 13 1 A6 61 39
Octal 51 374 313 124 0 23 1 246 141 71
Binary 101001 11111100 11001011 1010100 0 10011 1 10100110 1100001 111001

Color Harmonies of #29FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FCCB

Black with #29FCCB

Text Example


Text Example

White with #29FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,252,203); }

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

background-color css

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

 a { background-color: rgb(41,252,203); }

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

border-color css

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

 span { border-color: rgb(41,252,203); }

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