Html Css Color HEX #29EECA Turquoise

📋 copy color: '#29EECA'

red 41 ◦ green 238 ◦ blue 202

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

Shades of Turquoise #29EECA

Tints of Turquoise #29EECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.48%

 BLUE value IS 202 (79.3% from 255) = 42%

R = 8.52%
G = 49.48%
B = 42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#29EECA (or 0x29EECA) is known color: Turquoise. HEX triplet: 29, EE and CA. RGB value is (41,238,202). Sum of RGB (Red+Green+Blue) = 41+238+202=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #29EECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EECA is #D61135. Grayscale: #AEAEAE. Windows color (decimal): -14029110 or 13299241. OLE color: 13299241.

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

Color convert

RGB 41 238 202 -
CMYK 0.83 0 0.15 0.07
HSL 169.04º 0.85% 0.55% -
HSV(B) 169.04º 0.83% 0.93% -
XYZ 42.15 65.88 66.37 -
YUV 174.99 143.23 32.43 -
System Red Green Blue C M Y K H S L
Decimal 41 238 202 0.83 0 0.15 0.07 169.04 0.85 0.55
Hex 29 EE CA 53 0 F 7 A9 55 37
Octal 51 356 312 123 0 17 7 251 125 67
Binary 101001 11101110 11001010 1010011 0 1111 111 10101001 1010101 110111

Color Harmonies of #29EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EECA

Black with #29EECA

Text Example


Text Example

White with #29EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,238,202); }

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

background-color css

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

 a { background-color: rgb(41,238,202); }

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

border-color css

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

 span { border-color: rgb(41,238,202); }

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