Html Css Color HEX #29EDC8 Turquoise

📋 copy color: '#29EDC8'

red 41 ◦ green 237 ◦ blue 200

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

Shades of Turquoise #29EDC8

Tints of Turquoise #29EDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 8.58%
G = 49.58%
B = 41.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#29EDC8 (or 0x29EDC8) is known color: Turquoise. HEX triplet: 29, ED and C8. RGB value is (41,237,200). Sum of RGB (Red+Green+Blue) = 41+237+200=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #29EDC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EDC8 is #D61237. Grayscale: #AEAEAE. Windows color (decimal): -14029368 or 13167913. OLE color: 13167913.

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

Color convert

RGB 41 237 200 -
CMYK 0.83 0 0.16 0.07
HSL 168.67º 0.84% 0.55% -
HSV(B) 168.67º 0.83% 0.93% -
XYZ 41.62 65.21 65.04 -
YUV 174.18 142.57 33.01 -
System Red Green Blue C M Y K H S L
Decimal 41 237 200 0.83 0 0.16 0.07 168.67 0.84 0.55
Hex 29 ED C8 53 0 10 7 A9 54 37
Octal 51 355 310 123 0 20 7 251 124 67
Binary 101001 11101101 11001000 1010011 0 10000 111 10101001 1010100 110111

Color Harmonies of #29EDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EDC8

Black with #29EDC8

Text Example


Text Example

White with #29EDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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