#0BD4D0

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

Shades of Dark Turquoise #0BD4D0

Tints of Dark Turquoise #0BD4D0

Color information

#0BD4D0 (or 0x0BD4D0) is unknown color: approx Dark Turquoise. HEX triplet: 0B, D4 and D0. RGB value is (11,212,208). Sum of RGB (Red+Green+Blue) = 11+212+208=431 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD4D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD4D0 is #F42B2F. Grayscale: #979797. Windows color (decimal): -16001840 or 13685771. OLE color: 13685771.

HSL color Cylindrical-coordinate representation of color #0BD4D0: hue angle of 178.81º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD4D0 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB11212208-
CMYK0.9500.020.17
HSL178.81º90.13%43.73%-
HSV(B)178.81º94.81%83.14%-
XYZ35.0751.7167.81-
YUV151.44159.9127.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.55%
GREEN value IS 212 (83.20% from 255) = 49.19%
BLUE value IS 208 (81.64% from 255) = 48.26%
R=2.55%
G=49.19%
B=48.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112122080.9500.020.17178.8190.1343.73
HexBD4D05F0211b35a2c
Octal13324320137022126313254
Binary10111101010011010000101111101010001101100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,212,208); }

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

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

 a { background-color: rgb(11,212,208); }

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

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

 span { border-color: rgb(11,212,208); }

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