#1CE0EB

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

Shades of Bright Turquoise #1CE0EB

Tints of Bright Turquoise #1CE0EB

Color information

#1CE0EB (or 0x1CE0EB) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E0 and EB. RGB value is (28,224,235). Sum of RGB (Red+Green+Blue) = 28+224+235=487 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.75% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CE0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE0EB is #E31F14. Grayscale: #A6A6A6. Windows color (decimal): -14884629 or 15458332. OLE color: 15458332.

HSL color Cylindrical-coordinate representation of color #1CE0EB: hue angle of 183.19º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE0EB is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB28224235-
CMYK0.880.0500.08
HSL183.19º83.81%51.57%-
HSV(B)183.19º88.09%92.16%-
XYZ42.1359.5687.87-
YUV166.65166.5729.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.75%
GREEN value IS 224 (87.89% from 255) = 46.00%
BLUE value IS 235 (92.19% from 255) = 48.25%
R=5.75%
G=46.00%
B=48.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal282242350.880.0500.08183.1983.8151.57
Hex1CE0EB58508b75434
Octal34340353130501026712464
Binary111001110000011101011101100010101000101101111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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