Html Css Color HEX #29DBF2 Bright Turquoise

📋 copy color: '#29DBF2'

red 41 ◦ green 219 ◦ blue 242

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

Shades of Bright Turquoise #29DBF2

Tints of Bright Turquoise #29DBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.63%

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

R = 8.17%
G = 43.63%
B = 48.21%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#29DBF2 (or 0x29DBF2) is known color: Bright Turquoise. HEX triplet: 29, DB and F2. RGB value is (41,219,242). Sum of RGB (Red+Green+Blue) = 41+219+242=502 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.17% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #29DBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DBF2 is #D6240D. Grayscale: #A8A8A8. Windows color (decimal): -14033934 or 15915817. OLE color: 15915817.

HSL color Cylindrical-coordinate representation of color #29DBF2: hue angle of 186.87º 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 #29DBF2 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 219 242 -
CMYK 0.83 0.10 0 0.05
HSL 186.87º 0.89% 0.55% -
HSV(B) 186.87º 0.83% 0.95% -
XYZ 42.27 57.55 92.88 -
YUV 168.4 169.53 37.13 -
System Red Green Blue C M Y K H S L
Decimal 41 219 242 0.83 0.10 0 0.05 186.87 0.89 0.55
Hex 29 DB F2 53 A 0 5 BB 59 37
Octal 51 333 362 123 12 0 5 273 131 67
Binary 101001 11011011 11110010 1010011 1010 0 101 10111011 1011001 110111

Color Harmonies of #29DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBF2

Black with #29DBF2

Text Example


Text Example

White with #29DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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