Html Css Color HEX #29CFD0 Turquoise

📋 copy color: '#29CFD0'

red 41 ◦ green 207 ◦ blue 208

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

Shades of Turquoise #29CFD0

Tints of Turquoise #29CFD0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.39%

 BLUE value IS 208 (81.64% from 255) = 45.61%

R = 8.99%
G = 45.39%
B = 45.61%

CMYK

 C value IS 0.80

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#29CFD0 (or 0x29CFD0) is known color: Turquoise. HEX triplet: 29, CF and D0. RGB value is (41,207,208). Sum of RGB (Red+Green+Blue) = 41+207+208=456 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.99% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #29CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFD0 is #D6302F. Grayscale: #9D9D9D. Windows color (decimal): -14037040 or 13684521. OLE color: 13684521.

HSL color Cylindrical-coordinate representation of color #29CFD0: hue angle of 180.36º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CFD0 is Cyan = 0.80, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 207 208 -
CMYK 0.80 0.00 0 0.18
HSL 180.36º 0.67% 0.49% -
HSV(B) 180.36º 0.8% 0.82% -
XYZ 34.61 49.65 67.43 -
YUV 157.48 156.5 44.92 -
System Red Green Blue C M Y K H S L
Decimal 41 207 208 0.80 0.00 0 0.18 180.36 0.67 0.49
Hex 29 CF D0 50 0 0 12 B4 43 31
Octal 51 317 320 120 0 0 22 264 103 61
Binary 101001 11001111 11010000 1010000 0 0 10010 10110100 1000011 110001

Color Harmonies of #29CFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CFD0

Black with #29CFD0

Text Example


Text Example

White with #29CFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,207,208); }

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

background-color css

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

 a { background-color: rgb(41,207,208); }

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

border-color css

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

 span { border-color: rgb(41,207,208); }

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