Html Css Color HEX #29DBEC Bright Turquoise

📋 copy color: '#29DBEC'

red 41 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #29DBEC

Tints of Bright Turquoise #29DBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 8.27%
G = 44.15%
B = 47.58%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#29DBEC (or 0x29DBEC) is known color: Bright Turquoise. HEX triplet: 29, DB and EC. RGB value is (41,219,236). Sum of RGB (Red+Green+Blue) = 41+219+236=496 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.27% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #29DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DBEC is #D62413. Grayscale: #A7A7A7. Windows color (decimal): -14033940 or 15522601. OLE color: 15522601.

HSL color Cylindrical-coordinate representation of color #29DBEC: hue angle of 185.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29DBEC is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 219 236 -
CMYK 0.83 0.07 0 0.07
HSL 185.23º 0.84% 0.54% -
HSV(B) 185.23º 0.83% 0.93% -
XYZ 41.39 57.19 88.21 -
YUV 167.72 166.53 37.62 -
System Red Green Blue C M Y K H S L
Decimal 41 219 236 0.83 0.07 0 0.07 185.23 0.84 0.54
Hex 29 DB EC 53 7 0 7 B9 54 36
Octal 51 333 354 123 7 0 7 271 124 66
Binary 101001 11011011 11101100 1010011 111 0 111 10111001 1010100 110110

Color Harmonies of #29DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBEC

Black with #29DBEC

Text Example


Text Example

White with #29DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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