Html Css Color HEX #29EDC3 Turquoise

📋 copy color: '#29EDC3'

red 41 ◦ green 237 ◦ blue 195

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

Shades of Turquoise #29EDC3

Tints of Turquoise #29EDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.23%

R = 8.67%
G = 50.11%
B = 41.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#29EDC3 (or 0x29EDC3) is known color: Turquoise. HEX triplet: 29, ED and C3. RGB value is (41,237,195). Sum of RGB (Red+Green+Blue) = 41+237+195=473 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.67% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #29EDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EDC3 is #D6123C. Grayscale: #ADADAD. Windows color (decimal): -14029373 or 12840233. OLE color: 12840233.

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

Color convert

RGB 41 237 195 -
CMYK 0.83 0 0.18 0.07
HSL 167.14º 0.84% 0.55% -
HSV(B) 167.14º 0.83% 0.93% -
XYZ 41.05 64.98 62.01 -
YUV 173.61 140.07 33.42 -
System Red Green Blue C M Y K H S L
Decimal 41 237 195 0.83 0 0.18 0.07 167.14 0.84 0.55
Hex 29 ED C3 53 0 12 7 A7 54 37
Octal 51 355 303 123 0 22 7 247 124 67
Binary 101001 11101101 11000011 1010011 0 10010 111 10100111 1010100 110111

Color Harmonies of #29EDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EDC3

Black with #29EDC3

Text Example


Text Example

White with #29EDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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