#0bc5d2

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

Shades of Dark Turquoise #0BC5D2

Tints of Dark Turquoise #0BC5D2

Color information

#0BC5D2 (or 0x0BC5D2) is unknown color: approx Dark Turquoise. HEX triplet: 0B, C5 and D2. RGB value is (11,197,210). Sum of RGB (Red+Green+Blue) = 11+197+210=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #0BC5D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC5D2 is #F43A2D. Grayscale: #8E8E8E. Windows color (decimal): -16005678 or 13813003. OLE color: 13813003.

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

Color convert

RGB11197210-
CMYK0.950.0600.18
HSL183.92º90.05%43.33%-
HSV(B)183.92º94.76%82.35%-
XYZ31.7444.6667.92-
YUV142.87165.8833.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.63%
GREEN value IS 197 (77.34% from 255) = 47.13%
BLUE value IS 210 (82.42% from 255) = 50.24%
R=2.63%
G=47.13%
B=50.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111972100.950.0600.18183.9290.0543.33
HexBC5D25F6012b85a2b
Octal13305322137602227013253
Binary101111000101110100101011111110010010101110001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bc5d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,197,210); }

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

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

 a { background-color: rgb(11,197,210); }

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

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

 span { border-color: rgb(11,197,210); }

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