#29CFE1

Color #29CFE1 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #29CFE1

Tints of Turquoise #29CFE1

Color information

#29CFE1 (or 0x29CFE1) is unknown color: approx Turquoise. HEX triplet: 29, CF and E1. RGB value is (41,207,225). Sum of RGB (Red+Green+Blue) = 41+207+225=473 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.67% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #29CFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFE1 is #D6301E. Grayscale: #9F9F9F. Windows color (decimal): -14037023 or 14798633. OLE color: 14798633.

HSL color Cylindrical-coordinate representation of color #29CFE1: hue angle of 185.87º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29CFE1 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB41207225-
CMYK0.820.0800.12
HSL185.87º75.41%52.16%-
HSV(B)185.87º81.78%88.24%-
XYZ36.8250.5379.05-
YUV159.4216543.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.67%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 225 (88.28% from 255) = 47.57%
R=8.67%
G=43.76%
B=47.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal412072250.820.0800.12185.8775.4152.16
Hex29CFE15280Cba4b34
Octal513173411221001427211364
Binary10100111001111111000011010010100001100101110101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29CFE1;
 }
 .AnyTagClassName
 {
   color: #29CFE1;
 }
</style>
background-color css

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

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

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

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

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

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