Html Css Color HEX #29EBD2 Turquoise

📋 copy color: '#29EBD2'

red 41 ◦ green 235 ◦ blue 210

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

Shades of Turquoise #29EBD2

Tints of Turquoise #29EBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.35%

 BLUE value IS 210 (82.42% from 255) = 43.21%

R = 8.44%
G = 48.35%
B = 43.21%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#29EBD2 (or 0x29EBD2) is known color: Turquoise. HEX triplet: 29, EB and D2. RGB value is (41,235,210). Sum of RGB (Red+Green+Blue) = 41+235+210=486 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.44% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #29EBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EBD2 is #D6142D. Grayscale: #AEAEAE. Windows color (decimal): -14029870 or 13822761. OLE color: 13822761.

HSL color Cylindrical-coordinate representation of color #29EBD2: hue angle of 172.27º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EBD2 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 235 210 -
CMYK 0.83 0 0.11 0.08
HSL 172.27º 0.83% 0.54% -
HSV(B) 172.27º 0.83% 0.92% -
XYZ 42.26 64.54 71.2 -
YUV 174.14 148.23 33.03 -
System Red Green Blue C M Y K H S L
Decimal 41 235 210 0.83 0 0.11 0.08 172.27 0.83 0.54
Hex 29 EB D2 53 0 B 8 AC 53 36
Octal 51 353 322 123 0 13 10 254 123 66
Binary 101001 11101011 11010010 1010011 0 1011 1000 10101100 1010011 110110

Color Harmonies of #29EBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EBD2

Black with #29EBD2

Text Example


Text Example

White with #29EBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,235,210); }

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

background-color css

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

 a { background-color: rgb(41,235,210); }

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

border-color css

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

 span { border-color: rgb(41,235,210); }

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