#00FCE4

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

Shades of Bright Turquoise #00FCE4

Tints of Bright Turquoise #00FCE4

Color information

#00FCE4 (or 0x00FCE4) is unknown color: approx Bright Turquoise. HEX triplet: 00, FC and E4. RGB value is (0,252,228). Sum of RGB (Red+Green+Blue) = 0+252+228=480 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FCE4 is #FF031B. Grayscale: #ADADAD. Windows color (decimal): -16712476 or 15006720. OLE color: 15006720.

HSL color Cylindrical-coordinate representation of color #00FCE4: hue angle of 174.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCE4 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB0252228-
CMYK100.100.01
HSL174.29º100%49.41%-
HSV(B)174.29º100%98.82%-
XYZ48.8175.2285.35-
YUV173.92158.513.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 252 (98.83% from 255) = 52.5%
BLUE value IS 228 (89.45% from 255) = 47.5%
R=0%
G=52.5%
B=47.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal0252228100.100.01174.2910049.41
Hex0FCE4640A1ae6431
Octal0374344144012125614461
Binary011111100111001001100100010101101011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FCE4; }

 p { color: rgb(0,252,228); }

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

<style>
 a { background-color: #00FCE4; }

 a { background-color: rgb(0,252,228); }

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

<style>
 span { border-color: #00FCE4; }

 span { border-color: rgb(0,252,228); }

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