Html Css Color HEX #29F9DF Turquoise

📋 copy color: '#29F9DF'

red 41 ◦ green 249 ◦ blue 223

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

Shades of Turquoise #29F9DF

Tints of Turquoise #29F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.54%

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

R = 7.99%
G = 48.54%
B = 43.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#29F9DF (or 0x29F9DF) is known color: Turquoise. HEX triplet: 29, F9 and DF. RGB value is (41,249,223). Sum of RGB (Red+Green+Blue) = 41+249+223=513 (67% of max value = 765). Red value is 41 (16.41% from 255 or 7.99% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #29F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F9DF is #D60620. Grayscale: #B7B7B7. Windows color (decimal): -14026273 or 14678313. OLE color: 14678313.

HSL color Cylindrical-coordinate representation of color #29F9DF: hue angle of 172.5º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29F9DF is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 249 223 -
CMYK 0.84 0 0.10 0.02
HSL 172.5º 0.95% 0.57% -
HSV(B) 172.5º 0.84% 0.98% -
XYZ 48.11 73.55 81.47 -
YUV 183.84 150.09 26.11 -
System Red Green Blue C M Y K H S L
Decimal 41 249 223 0.84 0 0.10 0.02 172.5 0.95 0.57
Hex 29 F9 DF 54 0 A 2 AC 5F 39
Octal 51 371 337 124 0 12 2 254 137 71
Binary 101001 11111001 11011111 1010100 0 1010 10 10101100 1011111 111001

Color Harmonies of #29F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F9DF

Black with #29F9DF

Text Example


Text Example

White with #29F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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