#1CE6D4

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

Shades of Bright Turquoise #1CE6D4

Tints of Bright Turquoise #1CE6D4

Color information

#1CE6D4 (or 0x1CE6D4) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E6 and D4. RGB value is (28,230,212). Sum of RGB (Red+Green+Blue) = 28+230+212=470 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.96% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE6D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE6D4 is #E3192B. Grayscale: #A7A7A7. Windows color (decimal): -14883116 or 13952540. OLE color: 13952540.

HSL color Cylindrical-coordinate representation of color #1CE6D4: hue angle of 174.65º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE6D4 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB28230212-
CMYK0.8800.080.10
HSL174.65º80.16%50.59%-
HSV(B)174.65º87.83%90.2%-
XYZ40.6661.5972.03-
YUV167.55153.0828.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.96%
GREEN value IS 230 (90.23% from 255) = 48.94%
BLUE value IS 212 (83.20% from 255) = 45.11%
R=5.96%
G=48.94%
B=45.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal282302120.8800.080.10174.6580.1650.59
Hex1CE6D45808Aaf5033
Octal343463241300101225712063
Binary1110011100110110101001011000010001010101011111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,230,212); }

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

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

 a { background-color: rgb(28,230,212); }

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

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

 span { border-color: rgb(28,230,212); }

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