#0FEFCB

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

Shades of Bright Turquoise #0FEFCB

Tints of Bright Turquoise #0FEFCB

Color information

#0FEFCB (or 0x0FEFCB) is unknown color: approx Bright Turquoise. HEX triplet: 0F, EF and CB. RGB value is (15,239,203). Sum of RGB (Red+Green+Blue) = 15+239+203=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFCB is #F01034. Grayscale: #A7A7A7. Windows color (decimal): -15732789 or 13365007. OLE color: 13365007.

HSL color Cylindrical-coordinate representation of color #0FEFCB: hue angle of 170.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFCB is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB15239203-
CMYK0.9400.150.06
HSL170.36º88.19%49.8%-
HSV(B)170.36º93.72%93.73%-
XYZ41.8466.1567.06-
YUV167.92147.7918.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.28%
GREEN value IS 239 (93.75% from 255) = 52.30%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=3.28%
G=52.30%
B=44.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152392030.9400.150.06170.3688.1949.8
HexFEFCB5E0F6aa5832
Octal17357313136017625213062
Binary11111110111111001011101111001111110101010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,239,203); }

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

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

 a { background-color: rgb(15,239,203); }

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

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

 span { border-color: rgb(15,239,203); }

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