Html Css Color HEX #29E8F9 Bright Turquoise

📋 copy color: '#29E8F9'

red 41 ◦ green 232 ◦ blue 249

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

Shades of Bright Turquoise #29E8F9

Tints of Bright Turquoise #29E8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.44%

 BLUE value IS 249 (97.66% from 255) = 47.7%

R = 7.85%
G = 44.44%
B = 47.7%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#29E8F9 (or 0x29E8F9) is known color: Bright Turquoise. HEX triplet: 29, E8 and F9. RGB value is (41,232,249). Sum of RGB (Red+Green+Blue) = 41+232+249=522 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.85% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #29E8F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29E8F9 is #D61706. Grayscale: #B0B0B0. Windows color (decimal): -14030599 or 16377897. OLE color: 16377897.

HSL color Cylindrical-coordinate representation of color #29E8F9: hue angle of 184.9º 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 #29E8F9 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 232 249 -
CMYK 0.84 0.07 0 0.02
HSL 184.9º 0.95% 0.57% -
HSV(B) 184.9º 0.84% 0.98% -
XYZ 46.87 65.02 99.7 -
YUV 176.83 168.72 31.12 -
System Red Green Blue C M Y K H S L
Decimal 41 232 249 0.84 0.07 0 0.02 184.9 0.95 0.57
Hex 29 E8 F9 54 7 0 2 B9 5F 39
Octal 51 350 371 124 7 0 2 271 137 71
Binary 101001 11101000 11111001 1010100 111 0 10 10111001 1011111 111001

Color Harmonies of #29E8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E8F9

Black with #29E8F9

Text Example


Text Example

White with #29E8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,232,249); }

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

background-color css

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

 a { background-color: rgb(41,232,249); }

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

border-color css

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

 span { border-color: rgb(41,232,249); }

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