Html Css Color HEX #29DFDF Turquoise

📋 copy color: '#29DFDF'

red 41 ◦ green 223 ◦ blue 223

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

Shades of Turquoise #29DFDF

Tints of Turquoise #29DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.79%

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

R = 8.42%
G = 45.79%
B = 45.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29DFDF (or 0x29DFDF) is known color: Turquoise. HEX triplet: 29, DF and DF. RGB value is (41,223,223). Sum of RGB (Red+Green+Blue) = 41+223+223=487 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.42% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #29DFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DFDF is #D62020. Grayscale: #A8A8A8. Windows color (decimal): -14032929 or 14671657. OLE color: 14671657.

HSL color Cylindrical-coordinate representation of color #29DFDF: hue angle of 180º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DFDF is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 223 223 -
CMYK 0.82 0 0 0.13
HSL 180º 0.74% 0.52% -
HSV(B) 180º 0.82% 0.87% -
XYZ 40.62 58.57 78.98 -
YUV 168.58 158.7 37 -
System Red Green Blue C M Y K H S L
Decimal 41 223 223 0.82 0 0 0.13 180 0.74 0.52
Hex 29 DF DF 52 0 0 D B4 4A 34
Octal 51 337 337 122 0 0 15 264 112 64
Binary 101001 11011111 11011111 1010010 0 0 1101 10110100 1001010 110100

Color Harmonies of #29DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DFDF

Black with #29DFDF

Text Example


Text Example

White with #29DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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