Html Css Color HEX #29DEFE Bright Turquoise

📋 copy color: '#29DEFE'

red 41 ◦ green 222 ◦ blue 254

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

Shades of Bright Turquoise #29DEFE

Tints of Bright Turquoise #29DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.94%

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

R = 7.93%
G = 42.94%
B = 49.13%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29DEFE (or 0x29DEFE) is known color: Bright Turquoise. HEX triplet: 29, DE and FE. RGB value is (41,222,254). Sum of RGB (Red+Green+Blue) = 41+222+254=517 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.93% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #29DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DEFE is #D62101. Grayscale: #ABABAB. Windows color (decimal): -14033154 or 16703017. OLE color: 16703017.

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

Color convert

RGB 41 222 254 -
CMYK 0.84 0.13 0 0.00
HSL 189.01º 0.99% 0.58% -
HSV(B) 189.01º 0.84% 1% -
XYZ 44.93 59.87 102.95 -
YUV 171.53 174.53 34.9 -
System Red Green Blue C M Y K H S L
Decimal 41 222 254 0.84 0.13 0 0.00 189.01 0.99 0.58
Hex 29 DE FE 54 D 0 0 BD 63 3A
Octal 51 336 376 124 15 0 0 275 143 72
Binary 101001 11011110 11111110 1010100 1101 0 0 10111101 1100011 111010

Color Harmonies of #29DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DEFE

Black with #29DEFE

Text Example


Text Example

White with #29DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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