Html Css Color HEX #29EFCB Turquoise

📋 copy color: '#29EFCB'

red 41 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #29EFCB

Tints of Turquoise #29EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.48%

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

R = 8.49%
G = 49.48%
B = 42.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#29EFCB (or 0x29EFCB) is known color: Turquoise. HEX triplet: 29, EF and CB. RGB value is (41,239,203). Sum of RGB (Red+Green+Blue) = 41+239+203=483 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.49% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #29EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EFCB is #D61034. Grayscale: #AFAFAF. Windows color (decimal): -14028853 or 13365033. OLE color: 13365033.

HSL color Cylindrical-coordinate representation of color #29EFCB: hue angle of 169.09º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EFCB is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 239 203 -
CMYK 0.83 0 0.15 0.06
HSL 169.09º 0.86% 0.55% -
HSV(B) 169.09º 0.83% 0.94% -
XYZ 42.56 66.52 67.1 -
YUV 175.69 143.4 31.93 -
System Red Green Blue C M Y K H S L
Decimal 41 239 203 0.83 0 0.15 0.06 169.09 0.86 0.55
Hex 29 EF CB 53 0 F 6 A9 56 37
Octal 51 357 313 123 0 17 6 251 126 67
Binary 101001 11101111 11001011 1010011 0 1111 110 10101001 1010110 110111

Color Harmonies of #29EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EFCB

Black with #29EFCB

Text Example


Text Example

White with #29EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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