Html Css Color HEX #29E2FF Bright Turquoise

📋 copy color: '#29E2FF'

red 41 ◦ green 226 ◦ blue 255

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

Shades of Bright Turquoise #29E2FF

Tints of Bright Turquoise #29E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.3%

 BLUE value IS 255 (100% from 255) = 48.85%

R = 7.85%
G = 43.3%
B = 48.85%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29E2FF (or 0x29E2FF) is known color: Bright Turquoise. HEX triplet: 29, E2 and FF. RGB value is (41,226,255). Sum of RGB (Red+Green+Blue) = 41+226+255=522 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.85% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #29E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29E2FF is #D61D00. Grayscale: #ADADAD. Windows color (decimal): -14032129 or 16769577. OLE color: 16769577.

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

Color convert

RGB 41 226 255 -
CMYK 0.84 0.11 0 0
HSL 188.13º 1% 0.58% -
HSV(B) 188.13º 0.84% 1% -
XYZ 46.16 62.08 104.16 -
YUV 173.99 173.71 33.14 -
System Red Green Blue C M Y K H S L
Decimal 41 226 255 0.84 0.11 0 0 188.13 1 0.58
Hex 29 E2 FF 54 B 0 0 BC 64 3A
Octal 51 342 377 124 13 0 0 274 144 72
Binary 101001 11100010 11111111 1010100 1011 0 0 10111100 1100100 111010

Color Harmonies of #29E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E2FF

Black with #29E2FF

Text Example


Text Example

White with #29E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,226,255); }

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

background-color css

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

 a { background-color: rgb(41,226,255); }

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

border-color css

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

 span { border-color: rgb(41,226,255); }

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