Html Css Color HEX #29FDF1 Bright Turquoise

📋 copy color: '#29FDF1'

red 41 ◦ green 253 ◦ blue 241

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

Shades of Bright Turquoise #29FDF1

Tints of Bright Turquoise #29FDF1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.29%

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 7.66%
G = 47.29%
B = 45.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#29FDF1 (or 0x29FDF1) is known color: Bright Turquoise. HEX triplet: 29, FD and F1. RGB value is (41,253,241). Sum of RGB (Red+Green+Blue) = 41+253+241=535 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.66% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #29FDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FDF1 is #D6020E. Grayscale: #BCBCBC. Windows color (decimal): -14025231 or 15858985. OLE color: 15858985.

HSL color Cylindrical-coordinate representation of color #29FDF1: hue angle of 176.6º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FDF1 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 253 241 -
CMYK 0.84 0 0.05 0.01
HSL 176.6º 0.98% 0.58% -
HSV(B) 176.6º 0.84% 0.99% -
XYZ 51.92 77.07 95.36 -
YUV 188.24 157.76 22.98 -
System Red Green Blue C M Y K H S L
Decimal 41 253 241 0.84 0 0.05 0.01 176.6 0.98 0.58
Hex 29 FD F1 54 0 5 1 B1 62 3A
Octal 51 375 361 124 0 5 1 261 142 72
Binary 101001 11111101 11110001 1010100 0 101 1 10110001 1100010 111010

Color Harmonies of #29FDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FDF1

Black with #29FDF1

Text Example


Text Example

White with #29FDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,253,241); }

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

background-color css

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

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

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

border-color css

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

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

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