Html Css Color HEX #0BCBD6 Dark Turquoise

📋 copy color: '#0BCBD6'

red 11 ◦ green 203 ◦ blue 214

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

Shades of Dark Turquoise #0BCBD6

Tints of Dark Turquoise #0BCBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50%

R = 2.57%
G = 47.43%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0BCBD6 (or 0x0BCBD6) is known color: Dark Turquoise. HEX triplet: 0B, CB and D6. RGB value is (11,203,214). Sum of RGB (Red+Green+Blue) = 11+203+214=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #0BCBD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBD6 is #F43429. Grayscale: #929292. Windows color (decimal): -16004138 or 14076683. OLE color: 14076683.

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

Color convert

RGB 11 203 214 -
CMYK 0.95 0.05 0 0.16
HSL 183.25º 0.9% 0.44% -
HSV(B) 183.25º 0.95% 0.84% -
XYZ 33.63 47.64 71.04 -
YUV 146.85 165.89 31.11 -
System Red Green Blue C M Y K H S L
Decimal 11 203 214 0.95 0.05 0 0.16 183.25 0.9 0.44
Hex B CB D6 5F 5 0 10 B7 5A 2C
Octal 13 313 326 137 5 0 20 267 132 54
Binary 1011 11001011 11010110 1011111 101 0 10000 10110111 1011010 101100

Color Harmonies of #0BCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCBD6

Black with #0BCBD6

Text Example


Text Example

White with #0BCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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