#29D6EE

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

Shades of Bright Turquoise #29D6EE

Tints of Bright Turquoise #29D6EE

Color information

#29D6EE (or 0x29D6EE) is unknown color: approx Bright Turquoise. HEX triplet: 29, D6 and EE. RGB value is (41,214,238). Sum of RGB (Red+Green+Blue) = 41+214+238=493 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.32% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #29D6EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D6EE is #D62911. Grayscale: #A4A4A4. Windows color (decimal): -14035218 or 15652393. OLE color: 15652393.

HSL color Cylindrical-coordinate representation of color #29D6EE: hue angle of 187.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29D6EE is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB41214238-
CMYK0.830.1000.07
HSL187.31º85.28%54.71%-
HSV(B)187.31º82.77%93.33%-
XYZ40.3954.7489.33-
YUV165.01169.1939.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.32%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 238 (93.36% from 255) = 48.28%
R=8.32%
G=43.41%
B=48.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal412142380.830.1000.07187.3185.2854.71
Hex29D6EE53A07bb5537
Octal51326356123120727312567
Binary1010011101011011101110101001110100111101110111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,214,238); }

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

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

 a { background-color: rgb(41,214,238); }

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

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

 span { border-color: rgb(41,214,238); }

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