Html Css Color HEX #29FEF0 Bright Turquoise

📋 copy color: '#29FEF0'

red 41 ◦ green 254 ◦ blue 240

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

Shades of Bright Turquoise #29FEF0

Tints of Bright Turquoise #29FEF0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.48%

 BLUE value IS 240 (94.14% from 255) = 44.86%

R = 7.66%
G = 47.48%
B = 44.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#29FEF0 (or 0x29FEF0) is known color: Bright Turquoise. HEX triplet: 29, FE and F0. RGB value is (41,254,240). Sum of RGB (Red+Green+Blue) = 41+254+240=535 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.66% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FEF0 is #D6010F. Grayscale: #BCBCBC. Windows color (decimal): -14024976 or 15793705. OLE color: 15793705.

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

Color convert

RGB 41 254 240 -
CMYK 0.84 0 0.06 0.00
HSL 176.06º 0.99% 0.58% -
HSV(B) 176.06º 0.84% 1% -
XYZ 52.08 77.65 94.68 -
YUV 188.72 156.93 22.64 -
System Red Green Blue C M Y K H S L
Decimal 41 254 240 0.84 0 0.06 0.00 176.06 0.99 0.58
Hex 29 FE F0 54 0 6 0 B0 63 3A
Octal 51 376 360 124 0 6 0 260 143 72
Binary 101001 11111110 11110000 1010100 0 110 0 10110000 1100011 111010

Color Harmonies of #29FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FEF0

Black with #29FEF0

Text Example


Text Example

White with #29FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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