#0BC8E3

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

Shades of Dark Turquoise #0BC8E3

Tints of Dark Turquoise #0BC8E3

Color information

#0BC8E3 (or 0x0BC8E3) is unknown color: approx Dark Turquoise. HEX triplet: 0B, C8 and E3. RGB value is (11,200,227). Sum of RGB (Red+Green+Blue) = 11+200+227=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 227 (89.06% from 255 or 51.83% from 438); Max value from RGB is 227 - color contains mainly: blue. Hex color #0BC8E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC8E3 is #F4371C. Grayscale: #929292. Windows color (decimal): -16004893 or 14927883. OLE color: 14927883.

HSL color Cylindrical-coordinate representation of color #0BC8E3: hue angle of 187.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC8E3 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11200227-
CMYK0.950.1200.11
HSL187.5º90.76%46.67%-
HSV(B)187.5º95.15%89.02%-
XYZ34.6646.9379.9-
YUV146.57173.3831.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.51%
GREEN value IS 200 (78.52% from 255) = 45.66%
BLUE value IS 227 (89.06% from 255) = 51.83%
R=2.51%
G=45.66%
B=51.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112002270.950.1200.11187.590.7646.67
HexBC8E35FC0Bbc5b2f
Octal133103431371401327413357
Binary101111001000111000111011111110001011101111001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,200,227); }

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

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

 a { background-color: rgb(11,200,227); }

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

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

 span { border-color: rgb(11,200,227); }

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