Html Css Color HEX #29E5FA Bright Turquoise

📋 copy color: '#29E5FA'

red 41 ◦ green 229 ◦ blue 250

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

Shades of Bright Turquoise #29E5FA

Tints of Bright Turquoise #29E5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 7.88%
G = 44.04%
B = 48.08%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#29E5FA (or 0x29E5FA) is known color: Bright Turquoise. HEX triplet: 29, E5 and FA. RGB value is (41,229,250). Sum of RGB (Red+Green+Blue) = 41+229+250=520 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.88% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #29E5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29E5FA is #D61A05. Grayscale: #AEAEAE. Windows color (decimal): -14031366 or 16442665. OLE color: 16442665.

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

Color convert

RGB 41 229 250 -
CMYK 0.84 0.08 0 0.02
HSL 186.03º 0.95% 0.57% -
HSV(B) 186.03º 0.84% 0.98% -
XYZ 46.19 63.41 100.25 -
YUV 175.18 170.22 32.29 -
System Red Green Blue C M Y K H S L
Decimal 41 229 250 0.84 0.08 0 0.02 186.03 0.95 0.57
Hex 29 E5 FA 54 8 0 2 BA 5F 39
Octal 51 345 372 124 10 0 2 272 137 71
Binary 101001 11100101 11111010 1010100 1000 0 10 10111010 1011111 111001

Color Harmonies of #29E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E5FA

Black with #29E5FA

Text Example


Text Example

White with #29E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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