#0BF3C3

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

Shades of Bright Turquoise #0BF3C3

Tints of Bright Turquoise #0BF3C3

Color information

#0BF3C3 (or 0x0BF3C3) is unknown color: approx Bright Turquoise. HEX triplet: 0B, F3 and C3. RGB value is (11,243,195). Sum of RGB (Red+Green+Blue) = 11+243+195=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF3C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF3C3 is #F40C3C. Grayscale: #A8A8A8. Windows color (decimal): -15993917 or 12841739. OLE color: 12841739.

HSL color Cylindrical-coordinate representation of color #0BF3C3: hue angle of 167.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF3C3 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB11243195-
CMYK0.9500.200.05
HSL167.59º91.34%49.8%-
HSV(B)167.59º95.47%95.29%-
XYZ42.0468.1162.56-
YUV168.16143.1415.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.45%
GREEN value IS 243 (95.31% from 255) = 54.12%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=2.45%
G=54.12%
B=43.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112431950.9500.200.05167.5991.3449.8
HexBF3C35F0145a85b32
Octal13363303137024525013362
Binary101111110011110000111011111010100101101010001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,243,195); }

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

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

 a { background-color: rgb(11,243,195); }

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

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

 span { border-color: rgb(11,243,195); }

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