Html Css Color HEX #0BCADC Dark Turquoise

📋 copy color: '#0BCADC'

red 11 ◦ green 202 ◦ blue 220

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

Shades of Dark Turquoise #0BCADC

Tints of Dark Turquoise #0BCADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.65%

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

R = 2.54%
G = 46.65%
B = 50.81%

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

#0BCADC (or 0x0BCADC) is known color: Dark Turquoise. HEX triplet: 0B, CA and DC. RGB value is (11,202,220). Sum of RGB (Red+Green+Blue) = 11+202+220=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BCADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCADC is #F43523. Grayscale: #929292. Windows color (decimal): -16004388 or 14469643. OLE color: 14469643.

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

Color convert

RGB 11 202 220 -
CMYK 0.95 0.08 0 0.14
HSL 185.17º 0.9% 0.45% -
HSV(B) 185.17º 0.95% 0.86% -
XYZ 34.18 47.48 75.07 -
YUV 146.94 169.22 31.04 -
System Red Green Blue C M Y K H S L
Decimal 11 202 220 0.95 0.08 0 0.14 185.17 0.9 0.45
Hex B CA DC 5F 8 0 E B9 5A 2D
Octal 13 312 334 137 10 0 16 271 132 55
Binary 1011 11001010 11011100 1011111 1000 0 1110 10111001 1011010 101101

Color Harmonies of #0BCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCADC

Black with #0BCADC

Text Example


Text Example

White with #0BCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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