Html Css Color HEX #0BCBE0 Dark Turquoise

📋 copy color: '#0BCBE0'

red 11 ◦ green 203 ◦ blue 224

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

Shades of Dark Turquoise #0BCBE0

Tints of Dark Turquoise #0BCBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.14%

R = 2.51%
G = 46.35%
B = 51.14%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0BCBE0 (or 0x0BCBE0) is known color: Dark Turquoise. HEX triplet: 0B, CB and E0. RGB value is (11,203,224). Sum of RGB (Red+Green+Blue) = 11+203+224=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #0BCBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBE0 is #F4341F. Grayscale: #939393. Windows color (decimal): -16004128 or 14732043. OLE color: 14732043.

HSL color Cylindrical-coordinate representation of color #0BCBE0: hue angle of 185.92º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCBE0 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 203 224 -
CMYK 0.95 0.09 0 0.12
HSL 185.92º 0.91% 0.46% -
HSV(B) 185.92º 0.95% 0.88% -
XYZ 34.95 48.16 77.98 -
YUV 147.99 170.89 30.29 -
System Red Green Blue C M Y K H S L
Decimal 11 203 224 0.95 0.09 0 0.12 185.92 0.91 0.46
Hex B CB E0 5F 9 0 C BA 5B 2E
Octal 13 313 340 137 11 0 14 272 133 56
Binary 1011 11001011 11100000 1011111 1001 0 1100 10111010 1011011 101110

Color Harmonies of #0BCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCBE0

Black with #0BCBE0

Text Example


Text Example

White with #0BCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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