Html Css Color HEX #29F2E5 Bright Turquoise

📋 copy color: '#29F2E5'

red 41 ◦ green 242 ◦ blue 229

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

Shades of Bright Turquoise #29F2E5

Tints of Bright Turquoise #29F2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 8.01%
G = 47.27%
B = 44.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#29F2E5 (or 0x29F2E5) is known color: Bright Turquoise. HEX triplet: 29, F2 and E5. RGB value is (41,242,229). Sum of RGB (Red+Green+Blue) = 41+242+229=512 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.01% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #29F2E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F2E5 is #D60D1A. Grayscale: #B4B4B4. Windows color (decimal): -14028059 or 15069737. OLE color: 15069737.

HSL color Cylindrical-coordinate representation of color #29F2E5: hue angle of 176.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F2E5 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 242 229 -
CMYK 0.83 0 0.05 0.05
HSL 176.12º 0.89% 0.55% -
HSV(B) 176.12º 0.83% 0.95% -
XYZ 46.81 69.63 85.1 -
YUV 180.42 155.41 28.56 -
System Red Green Blue C M Y K H S L
Decimal 41 242 229 0.83 0 0.05 0.05 176.12 0.89 0.55
Hex 29 F2 E5 53 0 5 5 B0 59 37
Octal 51 362 345 123 0 5 5 260 131 67
Binary 101001 11110010 11100101 1010011 0 101 101 10110000 1011001 110111

Color Harmonies of #29F2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F2E5

Black with #29F2E5

Text Example


Text Example

White with #29F2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,242,229); }

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

background-color css

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

 a { background-color: rgb(41,242,229); }

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

border-color css

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

 span { border-color: rgb(41,242,229); }

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