#1CE0D7

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

Shades of Bright Turquoise #1CE0D7

Tints of Bright Turquoise #1CE0D7

Color information

#1CE0D7 (or 0x1CE0D7) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E0 and D7. RGB value is (28,224,215). Sum of RGB (Red+Green+Blue) = 28+224+215=467 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.00% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE0D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE0D7 is #E31F28. Grayscale: #A4A4A4. Windows color (decimal): -14884649 or 14147612. OLE color: 14147612.

HSL color Cylindrical-coordinate representation of color #1CE0D7: hue angle of 177.24º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE0D7 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB28224215-
CMYK0.8800.040.12
HSL177.24º77.78%49.41%-
HSV(B)177.24º87.5%87.84%-
XYZ39.458.4673.5-
YUV164.37156.5730.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.00%
GREEN value IS 224 (87.89% from 255) = 47.97%
BLUE value IS 215 (84.38% from 255) = 46.04%
R=6.00%
G=47.97%
B=46.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal282242150.8800.040.12177.2477.7849.41
Hex1CE0D75804Cb14e31
Octal34340327130041426111661
Binary111001110000011010111101100001001100101100011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,224,215); }

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

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

 a { background-color: rgb(28,224,215); }

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

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

 span { border-color: rgb(28,224,215); }

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