#0bced8

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

Shades of Dark Turquoise #0BCED8

Tints of Dark Turquoise #0BCED8

Color information

#0BCED8 (or 0x0BCED8) is unknown color: approx Dark Turquoise. HEX triplet: 0B, CE and D8. RGB value is (11,206,216). Sum of RGB (Red+Green+Blue) = 11+206+216=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #0BCED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCED8 is #F43127. Grayscale: #949494. Windows color (decimal): -16003368 or 14208523. OLE color: 14208523.

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

Color convert

RGB11206216-
CMYK0.950.0500.15
HSL182.93º90.31%44.51%-
HSV(B)182.93º94.91%84.71%-
XYZ34.649.1772.63-
YUV148.84165.929.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.54%
GREEN value IS 206 (80.86% from 255) = 47.58%
BLUE value IS 216 (84.77% from 255) = 49.88%
R=2.54%
G=47.58%
B=49.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112062160.950.0500.15182.9390.3144.51
HexBCED85F50Fb75a2d
Octal13316330137501726713255
Binary10111100111011011000101111110101111101101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bced8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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