Html Css Color HEX #29EDE7 Bright Turquoise

📋 copy color: '#29EDE7'

red 41 ◦ green 237 ◦ blue 231

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

Shades of Bright Turquoise #29EDE7

Tints of Bright Turquoise #29EDE7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.56%

 BLUE value IS 231 (90.63% from 255) = 45.38%

R = 8.06%
G = 46.56%
B = 45.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#29EDE7 (or 0x29EDE7) is known color: Bright Turquoise. HEX triplet: 29, ED and E7. RGB value is (41,237,231). Sum of RGB (Red+Green+Blue) = 41+237+231=509 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.06% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #29EDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EDE7 is #D61218. Grayscale: #B1B1B1. Windows color (decimal): -14029337 or 15199529. OLE color: 15199529.

HSL color Cylindrical-coordinate representation of color #29EDE7: hue angle of 178.16º 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 #29EDE7 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 237 231 -
CMYK 0.83 0 0.03 0.07
HSL 178.16º 0.84% 0.55% -
HSV(B) 178.16º 0.83% 0.93% -
XYZ 45.62 66.81 86.09 -
YUV 177.71 158.07 30.49 -
System Red Green Blue C M Y K H S L
Decimal 41 237 231 0.83 0 0.03 0.07 178.16 0.84 0.55
Hex 29 ED E7 53 0 3 7 B2 54 37
Octal 51 355 347 123 0 3 7 262 124 67
Binary 101001 11101101 11100111 1010011 0 11 111 10110010 1010100 110111

Color Harmonies of #29EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EDE7

Black with #29EDE7

Text Example


Text Example

White with #29EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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