#0BD6DA

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

Shades of Dark Turquoise #0BD6DA

Tints of Dark Turquoise #0BD6DA

Color information

#0BD6DA (or 0x0BD6DA) is unknown color: approx Dark Turquoise. HEX triplet: 0B, D6 and DA. RGB value is (11,214,218). Sum of RGB (Red+Green+Blue) = 11+214+218=443 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BD6DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD6DA is #F42925. Grayscale: #999999. Windows color (decimal): -16001318 or 14341643. OLE color: 14341643.

HSL color Cylindrical-coordinate representation of color #0BD6DA: hue angle of 181.16º 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 #0BD6DA is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11214218-
CMYK0.950.0200.15
HSL181.16º90.39%44.9%-
HSV(B)181.16º94.95%85.49%-
XYZ36.8453.2374.66-
YUV153.76164.2526.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.48%
GREEN value IS 214 (83.98% from 255) = 48.31%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=2.48%
G=48.31%
B=49.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112142180.950.0200.15181.1690.3944.9
HexBD6DA5F20Fb55a2d
Octal13326332137201726513255
Binary1011110101101101101010111111001111101101011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,214,218); }

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

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

 a { background-color: rgb(11,214,218); }

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

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

 span { border-color: rgb(11,214,218); }

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