Html Css Color HEX #29DCEA Turquoise

📋 copy color: '#29DCEA'

red 41 ◦ green 220 ◦ blue 234

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

Shades of Turquoise #29DCEA

Tints of Turquoise #29DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 8.28%
G = 44.44%
B = 47.27%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#29DCEA (or 0x29DCEA) is known color: Turquoise. HEX triplet: 29, DC and EA. RGB value is (41,220,234). Sum of RGB (Red+Green+Blue) = 41+220+234=495 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.28% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #29DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DCEA is #D62315. Grayscale: #A7A7A7. Windows color (decimal): -14033686 or 15391785. OLE color: 15391785.

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

Color convert

RGB 41 220 234 -
CMYK 0.82 0.06 0 0.08
HSL 184.35º 0.82% 0.54% -
HSV(B) 184.35º 0.82% 0.92% -
XYZ 41.36 57.6 86.78 -
YUV 168.08 165.2 37.36 -
System Red Green Blue C M Y K H S L
Decimal 41 220 234 0.82 0.06 0 0.08 184.35 0.82 0.54
Hex 29 DC EA 52 6 0 8 B8 52 36
Octal 51 334 352 122 6 0 10 270 122 66
Binary 101001 11011100 11101010 1010010 110 0 1000 10111000 1010010 110110

Color Harmonies of #29DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DCEA

Black with #29DCEA

Text Example


Text Example

White with #29DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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