Html Css Color HEX #29EBDB Turquoise

📋 copy color: '#29EBDB'

red 41 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #29EBDB

Tints of Turquoise #29EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.47%

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 8.28%
G = 47.47%
B = 44.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#29EBDB (or 0x29EBDB) is known color: Turquoise. HEX triplet: 29, EB and DB. RGB value is (41,235,219). Sum of RGB (Red+Green+Blue) = 41+235+219=495 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.28% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #29EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EBDB is #D61424. Grayscale: #AFAFAF. Windows color (decimal): -14029861 or 14412585. OLE color: 14412585.

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

Color convert

RGB 41 235 219 -
CMYK 0.83 0 0.07 0.08
HSL 175.05º 0.83% 0.54% -
HSV(B) 175.05º 0.83% 0.92% -
XYZ 43.41 65 77.28 -
YUV 175.17 152.73 32.3 -
System Red Green Blue C M Y K H S L
Decimal 41 235 219 0.83 0 0.07 0.08 175.05 0.83 0.54
Hex 29 EB DB 53 0 7 8 AF 53 36
Octal 51 353 333 123 0 7 10 257 123 66
Binary 101001 11101011 11011011 1010011 0 111 1000 10101111 1010011 110110

Color Harmonies of #29EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EBDB

Black with #29EBDB

Text Example


Text Example

White with #29EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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