Html Css Color HEX #29CEDA Turquoise

📋 copy color: '#29CEDA'

red 41 ◦ green 206 ◦ blue 218

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

Shades of Turquoise #29CEDA

Tints of Turquoise #29CEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.3%

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 8.82%
G = 44.3%
B = 46.88%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#29CEDA (or 0x29CEDA) is known color: Turquoise. HEX triplet: 29, CE and DA. RGB value is (41,206,218). Sum of RGB (Red+Green+Blue) = 41+206+218=465 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.82% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #29CEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CEDA is #D63125. Grayscale: #9D9D9D. Windows color (decimal): -14037286 or 14339625. OLE color: 14339625.

HSL color Cylindrical-coordinate representation of color #29CEDA: hue angle of 184.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CEDA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 206 218 -
CMYK 0.81 0.06 0 0.15
HSL 184.07º 0.71% 0.51% -
HSV(B) 184.07º 0.81% 0.85% -
XYZ 35.64 49.68 74.04 -
YUV 158.03 161.84 44.52 -
System Red Green Blue C M Y K H S L
Decimal 41 206 218 0.81 0.06 0 0.15 184.07 0.71 0.51
Hex 29 CE DA 51 6 0 F B8 47 33
Octal 51 316 332 121 6 0 17 270 107 63
Binary 101001 11001110 11011010 1010001 110 0 1111 10111000 1000111 110011

Color Harmonies of #29CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CEDA

Black with #29CEDA

Text Example


Text Example

White with #29CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,206,218); }

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

background-color css

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

 a { background-color: rgb(41,206,218); }

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

border-color css

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

 span { border-color: rgb(41,206,218); }

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