Html Css Color HEX #0BC7DB Dark Turquoise

📋 copy color: '#0BC7DB'

red 11 ◦ green 199 ◦ blue 219

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

Shades of Dark Turquoise #0BC7DB

Tints of Dark Turquoise #0BC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.39%

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 2.56%
G = 46.39%
B = 51.05%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BC7DB (or 0x0BC7DB) is known color: Dark Turquoise. HEX triplet: 0B, C7 and DB. RGB value is (11,199,219). Sum of RGB (Red+Green+Blue) = 11+199+219=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BC7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC7DB is #F43824. Grayscale: #909090. Windows color (decimal): -16005157 or 14403339. OLE color: 14403339.

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

Color convert

RGB 11 199 219 -
CMYK 0.95 0.09 0 0.14
HSL 185.77º 0.9% 0.45% -
HSV(B) 185.77º 0.95% 0.86% -
XYZ 33.35 46.03 74.15 -
YUV 145.07 169.72 32.37 -
System Red Green Blue C M Y K H S L
Decimal 11 199 219 0.95 0.09 0 0.14 185.77 0.9 0.45
Hex B C7 DB 5F 9 0 E BA 5A 2D
Octal 13 307 333 137 11 0 16 272 132 55
Binary 1011 11000111 11011011 1011111 1001 0 1110 10111010 1011010 101101

Color Harmonies of #0BC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC7DB

Black with #0BC7DB

Text Example


Text Example

White with #0BC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,199,219); }

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

background-color css

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

 a { background-color: rgb(11,199,219); }

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

border-color css

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

 span { border-color: rgb(11,199,219); }

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