Html Css Color HEX #29E5FE Bright Turquoise

📋 copy color: '#29E5FE'

red 41 ◦ green 229 ◦ blue 254

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

Shades of Bright Turquoise #29E5FE

Tints of Bright Turquoise #29E5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.7%

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 7.82%
G = 43.7%
B = 48.47%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29E5FE (or 0x29E5FE) is known color: Bright Turquoise. HEX triplet: 29, E5 and FE. RGB value is (41,229,254). Sum of RGB (Red+Green+Blue) = 41+229+254=524 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.82% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #29E5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29E5FE is #D61A01. Grayscale: #AFAFAF. Windows color (decimal): -14031362 or 16704809. OLE color: 16704809.

HSL color Cylindrical-coordinate representation of color #29E5FE: hue angle of 187.04º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29E5FE is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 229 254 -
CMYK 0.84 0.10 0 0.00
HSL 187.04º 0.99% 0.58% -
HSV(B) 187.04º 0.84% 1% -
XYZ 46.82 63.67 103.59 -
YUV 175.64 172.22 31.97 -
System Red Green Blue C M Y K H S L
Decimal 41 229 254 0.84 0.10 0 0.00 187.04 0.99 0.58
Hex 29 E5 FE 54 A 0 0 BB 63 3A
Octal 51 345 376 124 12 0 0 273 143 72
Binary 101001 11100101 11111110 1010100 1010 0 0 10111011 1100011 111010

Color Harmonies of #29E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E5FE

Black with #29E5FE

Text Example


Text Example

White with #29E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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