#0BCFDC

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

Shades of Dark Turquoise #0BCFDC

Tints of Dark Turquoise #0BCFDC

Color information

#0BCFDC (or 0x0BCFDC) is unknown color: approx Dark Turquoise. HEX triplet: 0B, CF and DC. RGB value is (11,207,220). Sum of RGB (Red+Green+Blue) = 11+207+220=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BCFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFDC is #F43023. Grayscale: #959595. Windows color (decimal): -16003108 or 14470923. OLE color: 14470923.

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

Color convert

RGB11207220-
CMYK0.950.0600.14
HSL183.73º90.48%45.29%-
HSV(B)183.73º95%86.27%-
XYZ35.3749.8675.47-
YUV149.88167.5728.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.51%
GREEN value IS 207 (81.25% from 255) = 47.26%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=2.51%
G=47.26%
B=50.23%

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
Decimal112072200.950.0600.14183.7390.4845.29
HexBCFDC5F60Eb85a2d
Octal13317334137601627013255
Binary10111100111111011100101111111001110101110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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