Html Css Color HEX #29FAE0 Bright Turquoise

📋 copy color: '#29FAE0'

red 41 ◦ green 250 ◦ blue 224

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

Shades of Bright Turquoise #29FAE0

Tints of Bright Turquoise #29FAE0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.54%

 BLUE value IS 224 (87.89% from 255) = 43.5%

R = 7.96%
G = 48.54%
B = 43.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#29FAE0 (or 0x29FAE0) is known color: Bright Turquoise. HEX triplet: 29, FA and E0. RGB value is (41,250,224). Sum of RGB (Red+Green+Blue) = 41+250+224=515 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.96% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #29FAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29FAE0 is #D6051F. Grayscale: #B8B8B8. Windows color (decimal): -14026016 or 14744105. OLE color: 14744105.

HSL color Cylindrical-coordinate representation of color #29FAE0: hue angle of 172.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FAE0 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 250 224 -
CMYK 0.84 0 0.10 0.02
HSL 172.54º 0.95% 0.57% -
HSV(B) 172.54º 0.84% 0.98% -
XYZ 48.55 74.22 82.29 -
YUV 184.55 150.26 25.61 -
System Red Green Blue C M Y K H S L
Decimal 41 250 224 0.84 0 0.10 0.02 172.54 0.95 0.57
Hex 29 FA E0 54 0 A 2 AD 5F 39
Octal 51 372 340 124 0 12 2 255 137 71
Binary 101001 11111010 11100000 1010100 0 1010 10 10101101 1011111 111001

Color Harmonies of #29FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FAE0

Black with #29FAE0

Text Example


Text Example

White with #29FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,250,224); }

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

background-color css

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

 a { background-color: rgb(41,250,224); }

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

border-color css

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

 span { border-color: rgb(41,250,224); }

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