Html Css Color HEX #29E6ED Bright Turquoise

📋 copy color: '#29E6ED'

red 41 ◦ green 230 ◦ blue 237

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

Shades of Bright Turquoise #29E6ED

Tints of Bright Turquoise #29E6ED

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.28%

 BLUE value IS 237 (92.97% from 255) = 46.65%

R = 8.07%
G = 45.28%
B = 46.65%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#29E6ED (or 0x29E6ED) is known color: Bright Turquoise. HEX triplet: 29, E6 and ED. RGB value is (41,230,237). Sum of RGB (Red+Green+Blue) = 41+230+237=508 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.07% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #29E6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29E6ED is #D61912. Grayscale: #AEAEAE. Windows color (decimal): -14031123 or 15590953. OLE color: 15590953.

HSL color Cylindrical-coordinate representation of color #29E6ED: hue angle of 182.14º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29E6ED is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 230 237 -
CMYK 0.83 0.03 0 0.07
HSL 182.14º 0.84% 0.55% -
HSV(B) 182.14º 0.83% 0.93% -
XYZ 44.5 63.18 89.97 -
YUV 174.29 163.38 32.93 -
System Red Green Blue C M Y K H S L
Decimal 41 230 237 0.83 0.03 0 0.07 182.14 0.84 0.55
Hex 29 E6 ED 53 3 0 7 B6 54 37
Octal 51 346 355 123 3 0 7 266 124 67
Binary 101001 11100110 11101101 1010011 11 0 111 10110110 1010100 110111

Color Harmonies of #29E6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E6ED

Black with #29E6ED

Text Example


Text Example

White with #29E6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,230,237); }

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

background-color css

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

 a { background-color: rgb(41,230,237); }

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

border-color css

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

 span { border-color: rgb(41,230,237); }

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