Html Css Color HEX #0BCBDC Dark Turquoise

📋 copy color: '#0BCBDC'

red 11 ◦ green 203 ◦ blue 220

#0BCBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #0BCBDC

Tints of Dark Turquoise #0BCBDC

RGB

 RED value IS 11 (4.69% from 255) = 2.53%

 GREEN value IS 203 (79.69% from 255) = 46.77%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 2.53%
G = 46.77%
B = 50.69%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BCBDC (or 0x0BCBDC) is known color: Dark Turquoise. HEX triplet: 0B, CB and DC. RGB value is (11,203,220). Sum of RGB (Red+Green+Blue) = 11+203+220=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BCBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBDC is #F43423. Grayscale: #939393. Windows color (decimal): -16004132 or 14469899. OLE color: 14469899.

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

Color convert

RGB 11 203 220 -
CMYK 0.95 0.08 0 0.14
HSL 184.88º 0.9% 0.45% -
HSV(B) 184.88º 0.95% 0.86% -
XYZ 34.41 47.95 75.15 -
YUV 147.53 168.89 30.62 -
System Red Green Blue C M Y K H S L
Decimal 11 203 220 0.95 0.08 0 0.14 184.88 0.9 0.45
Hex B CB DC 5F 8 0 E B9 5A 2D
Octal 13 313 334 137 10 0 16 271 132 55
Binary 1011 11001011 11011100 1011111 1000 0 1110 10111001 1011010 101101

Color Harmonies of #0BCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCBDC

Black with #0BCBDC

Text Example


Text Example

White with #0BCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BCBDC;
 }
 .AnyTagClassName
 {
   color: #0BCBDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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