#1CE9E7

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

Shades of Bright Turquoise #1CE9E7

Tints of Bright Turquoise #1CE9E7

Color information

#1CE9E7 (or 0x1CE9E7) is unknown color: approx Bright Turquoise. HEX triplet: 1C, E9 and E7. RGB value is (28,233,231). Sum of RGB (Red+Green+Blue) = 28+233+231=492 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.69% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CE9E7 is #E31618. Grayscale: #ABABAB. Windows color (decimal): -14882329 or 15198492. OLE color: 15198492.

HSL color Cylindrical-coordinate representation of color #1CE9E7: hue angle of 179.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE9E7 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB28233231-
CMYK0.8800.010.09
HSL179.41º82.33%51.18%-
HSV(B)179.41º87.98%91.37%-
XYZ44.0464.2985.69-
YUV171.48161.5825.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.69%
GREEN value IS 233 (91.41% from 255) = 47.36%
BLUE value IS 231 (90.62% from 255) = 46.95%
R=5.69%
G=47.36%
B=46.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal282332310.8800.010.09179.4182.3351.18
Hex1CE9E758019b35233
Octal34351347130011126312263
Binary1110011101001111001111011000011001101100111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CE9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,233,231); }

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

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

 a { background-color: rgb(28,233,231); }

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

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

 span { border-color: rgb(28,233,231); }

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