#0BCEDC

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

Shades of Dark Turquoise #0BCEDC

Tints of Dark Turquoise #0BCEDC

Color information

#0BCEDC (or 0x0BCEDC) is unknown color: approx Dark Turquoise. HEX triplet: 0B, CE and DC. RGB value is (11,206,220). Sum of RGB (Red+Green+Blue) = 11+206+220=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BCEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEDC is #F43123. Grayscale: #959595. Windows color (decimal): -16003364 or 14470667. OLE color: 14470667.

HSL color Cylindrical-coordinate representation of color #0BCEDC: hue angle of 184.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEDC is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11206220-
CMYK0.950.0600.14
HSL184.02º90.48%45.29%-
HSV(B)184.02º95%86.27%-
XYZ35.1349.3875.39-
YUV149.29167.929.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.52%
GREEN value IS 206 (80.86% from 255) = 47.14%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=2.52%
G=47.14%
B=50.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal112062200.950.0600.14184.0290.4845.29
HexBCEDC5F60Eb85a2d
Octal13316334137601627013255
Binary10111100111011011100101111111001110101110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,206,220); }

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

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

 a { background-color: rgb(11,206,220); }

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

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

 span { border-color: rgb(11,206,220); }

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