Html Css Color HEX #29E7DF Turquoise

📋 copy color: '#29E7DF'

red 41 ◦ green 231 ◦ blue 223

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

Shades of Turquoise #29E7DF

Tints of Turquoise #29E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.67%

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 8.28%
G = 46.67%
B = 45.05%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#29E7DF (or 0x29E7DF) is known color: Turquoise. HEX triplet: 29, E7 and DF. RGB value is (41,231,223). Sum of RGB (Red+Green+Blue) = 41+231+223=495 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.28% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #29E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E7DF is #D61820. Grayscale: #ADADAD. Windows color (decimal): -14030881 or 14673705. OLE color: 14673705.

HSL color Cylindrical-coordinate representation of color #29E7DF: hue angle of 177.47º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E7DF is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 231 223 -
CMYK 0.82 0 0.03 0.09
HSL 177.47º 0.8% 0.53% -
HSV(B) 177.47º 0.82% 0.91% -
XYZ 42.81 62.95 79.71 -
YUV 173.28 156.05 33.65 -
System Red Green Blue C M Y K H S L
Decimal 41 231 223 0.82 0 0.03 0.09 177.47 0.8 0.53
Hex 29 E7 DF 52 0 3 9 B1 50 35
Octal 51 347 337 122 0 3 11 261 120 65
Binary 101001 11100111 11011111 1010010 0 11 1001 10110001 1010000 110101

Color Harmonies of #29E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E7DF

Black with #29E7DF

Text Example


Text Example

White with #29E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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