Html Css Color HEX #29F0BC Turquoise

📋 copy color: '#29F0BC'

red 41 ◦ green 240 ◦ blue 188

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

Shades of Turquoise #29F0BC

Tints of Turquoise #29F0BC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.17%

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 8.74%
G = 51.17%
B = 40.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#29F0BC (or 0x29F0BC) is known color: Turquoise. HEX triplet: 29, F0 and BC. RGB value is (41,240,188). Sum of RGB (Red+Green+Blue) = 41+240+188=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #29F0BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F0BC is #D60F43. Grayscale: #AEAEAE. Windows color (decimal): -14028612 or 12382249. OLE color: 12382249.

HSL color Cylindrical-coordinate representation of color #29F0BC: hue angle of 164.32º degrees, saturation: 0.87, 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 #29F0BC is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 240 188 -
CMYK 0.83 0 0.22 0.06
HSL 164.32º 0.87% 0.55% -
HSV(B) 164.32º 0.83% 0.94% -
XYZ 41.15 66.42 58.23 -
YUV 174.57 135.57 32.73 -
System Red Green Blue C M Y K H S L
Decimal 41 240 188 0.83 0 0.22 0.06 164.32 0.87 0.55
Hex 29 F0 BC 53 0 16 6 A4 57 37
Octal 51 360 274 123 0 26 6 244 127 67
Binary 101001 11110000 10111100 1010011 0 10110 110 10100100 1010111 110111

Color Harmonies of #29F0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F0BC

Black with #29F0BC

Text Example


Text Example

White with #29F0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,240,188); }

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

background-color css

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

 a { background-color: rgb(41,240,188); }

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

border-color css

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

 span { border-color: rgb(41,240,188); }

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