Html Css Color HEX #29DCF2 Bright Turquoise

📋 copy color: '#29DCF2'

red 41 ◦ green 220 ◦ blue 242

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

Shades of Bright Turquoise #29DCF2

Tints of Bright Turquoise #29DCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 8.15%
G = 43.74%
B = 48.11%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#29DCF2 (or 0x29DCF2) is known color: Bright Turquoise. HEX triplet: 29, DC and F2. RGB value is (41,220,242). Sum of RGB (Red+Green+Blue) = 41+220+242=503 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.15% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #29DCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DCF2 is #D6230D. Grayscale: #A8A8A8. Windows color (decimal): -14033678 or 15916073. OLE color: 15916073.

HSL color Cylindrical-coordinate representation of color #29DCF2: hue angle of 186.57º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29DCF2 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 220 242 -
CMYK 0.83 0.09 0 0.05
HSL 186.57º 0.89% 0.55% -
HSV(B) 186.57º 0.83% 0.95% -
XYZ 42.53 58.07 92.97 -
YUV 168.99 169.2 36.71 -
System Red Green Blue C M Y K H S L
Decimal 41 220 242 0.83 0.09 0 0.05 186.57 0.89 0.55
Hex 29 DC F2 53 9 0 5 BB 59 37
Octal 51 334 362 123 11 0 5 273 131 67
Binary 101001 11011100 11110010 1010011 1001 0 101 10111011 1011001 110111

Color Harmonies of #29DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCF2

Black with #29DCF2

Text Example


Text Example

White with #29DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,220,242); }

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

background-color css

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

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

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

border-color css

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

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

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