Html Css Color HEX #0BCBD7 Dark Turquoise

📋 copy color: '#0BCBD7'

red 11 ◦ green 203 ◦ blue 215

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

Shades of Dark Turquoise #0BCBD7

Tints of Dark Turquoise #0BCBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.12%

R = 2.56%
G = 47.32%
B = 50.12%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0BCBD7 (or 0x0BCBD7) is known color: Dark Turquoise. HEX triplet: 0B, CB and D7. RGB value is (11,203,215). Sum of RGB (Red+Green+Blue) = 11+203+215=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #0BCBD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBD7 is #F43428. Grayscale: #929292. Windows color (decimal): -16004137 or 14142219. OLE color: 14142219.

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

Color convert

RGB 11 203 215 -
CMYK 0.95 0.06 0 0.16
HSL 183.53º 0.9% 0.44% -
HSV(B) 183.53º 0.95% 0.84% -
XYZ 33.76 47.69 71.72 -
YUV 146.96 166.39 31.02 -
System Red Green Blue C M Y K H S L
Decimal 11 203 215 0.95 0.06 0 0.16 183.53 0.9 0.44
Hex B CB D7 5F 6 0 10 B8 5A 2C
Octal 13 313 327 137 6 0 20 270 132 54
Binary 1011 11001011 11010111 1011111 110 0 10000 10111000 1011010 101100

Color Harmonies of #0BCBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCBD7

Black with #0BCBD7

Text Example


Text Example

White with #0BCBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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