#0FFCE0

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

Shades of Bright Turquoise #0FFCE0

Tints of Bright Turquoise #0FFCE0

Color information

#0FFCE0 (or 0x0FFCE0) is unknown color: approx Bright Turquoise. HEX triplet: 0F, FC and E0. RGB value is (15,252,224). Sum of RGB (Red+Green+Blue) = 15+252+224=491 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCE0 is #F0031F. Grayscale: #B1B1B1. Windows color (decimal): -15729440 or 14744591. OLE color: 14744591.

HSL color Cylindrical-coordinate representation of color #0FFCE0: hue angle of 172.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCE0 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB15252224-
CMYK0.9400.110.01
HSL172.91º97.53%52.35%-
HSV(B)172.91º94.05%98.82%-
XYZ48.4675.182.46-
YUV177.94153.9811.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.05%
GREEN value IS 252 (98.83% from 255) = 51.32%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=3.05%
G=51.32%
B=45.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal152522240.9400.110.01172.9197.5352.35
HexFFCE05E0B1ad6234
Octal17374340136013125514264
Binary111111111100111000001011110010111101011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FFCE0; }

 p { color: rgb(15,252,224); }

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

<style>
 a { background-color: #0FFCE0; }

 a { background-color: rgb(15,252,224); }

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

<style>
 span { border-color: #0FFCE0; }

 span { border-color: rgb(15,252,224); }

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