Html Css Color HEX #29ECF8 Bright Turquoise

📋 copy color: '#29ECF8'

red 41 ◦ green 236 ◦ blue 248

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

Shades of Bright Turquoise #29ECF8

Tints of Bright Turquoise #29ECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.95%

 BLUE value IS 248 (97.27% from 255) = 47.24%

R = 7.81%
G = 44.95%
B = 47.24%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#29ECF8 (or 0x29ECF8) is known color: Bright Turquoise. HEX triplet: 29, EC and F8. RGB value is (41,236,248). Sum of RGB (Red+Green+Blue) = 41+236+248=525 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.81% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #29ECF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29ECF8 is #D61307. Grayscale: #B2B2B2. Windows color (decimal): -14029576 or 16313385. OLE color: 16313385.

HSL color Cylindrical-coordinate representation of color #29ECF8: hue angle of 183.48º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ECF8 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 236 248 -
CMYK 0.83 0.05 0 0.03
HSL 183.48º 0.94% 0.57% -
HSV(B) 183.48º 0.83% 0.97% -
XYZ 47.85 67.24 99.26 -
YUV 179.06 166.9 29.52 -
System Red Green Blue C M Y K H S L
Decimal 41 236 248 0.83 0.05 0 0.03 183.48 0.94 0.57
Hex 29 EC F8 53 5 0 3 B7 5E 39
Octal 51 354 370 123 5 0 3 267 136 71
Binary 101001 11101100 11111000 1010011 101 0 11 10110111 1011110 111001

Color Harmonies of #29ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECF8

Black with #29ECF8

Text Example


Text Example

White with #29ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,236,248); }

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

background-color css

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

 a { background-color: rgb(41,236,248); }

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

border-color css

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

 span { border-color: rgb(41,236,248); }

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