#0FDCE0

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

Shades of Bright Turquoise #0FDCE0

Tints of Bright Turquoise #0FDCE0

Color information

#0FDCE0 (or 0x0FDCE0) is unknown color: approx Bright Turquoise. HEX triplet: 0F, DC and E0. RGB value is (15,220,224). Sum of RGB (Red+Green+Blue) = 15+220+224=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #0FDCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCE0 is #F0231F. Grayscale: #9E9E9E. Windows color (decimal): -15737632 or 14736399. OLE color: 14736399.

HSL color Cylindrical-coordinate representation of color #0FDCE0: hue angle of 181.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDCE0 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15220224-
CMYK0.930.0200.12
HSL181.15º87.45%46.86%-
HSV(B)181.15º93.3%87.84%-
XYZ39.2456.6779.39-
YUV159.16164.5825.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.27%
GREEN value IS 220 (86.33% from 255) = 47.93%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=3.27%
G=47.93%
B=48.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152202240.930.0200.12181.1587.4546.86
HexFDCE05D20Cb5572f
Octal17334340135201426512757
Binary1111110111001110000010111011001100101101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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