#1CE4D0

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

Shades of Bright Turquoise #1CE4D0

Tints of Bright Turquoise #1CE4D0

Color information

#1CE4D0 (or 0x1CE4D0) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E4 and D0. RGB value is (28,228,208). Sum of RGB (Red+Green+Blue) = 28+228+208=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE4D0 is #E31B2F. Grayscale: #A5A5A5. Windows color (decimal): -14883632 or 13689884. OLE color: 13689884.

HSL color Cylindrical-coordinate representation of color #1CE4D0: hue angle of 174º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE4D0 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB28228208-
CMYK0.8800.090.11
HSL174º78.74%50.2%-
HSV(B)174º87.72%89.41%-
XYZ39.6160.2969.22-
YUV165.92151.7429.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.03%
GREEN value IS 228 (89.45% from 255) = 49.14%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=6.03%
G=49.14%
B=44.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal282282080.8800.090.1117478.7450.2
Hex1CE4D05809Bae4f32
Octal343443201300111325611762
Binary1110011100100110100001011000010011011101011101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CE4D0; }

 p { color: rgb(28,228,208); }

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

<style>
 a { background-color: #1CE4D0; }

 a { background-color: rgb(28,228,208); }

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

<style>
 span { border-color: #1CE4D0; }

 span { border-color: rgb(28,228,208); }

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