Html Css Color HEX #0BE2CB Bright Turquoise

📋 copy color: '#0BE2CB'

red 11 ◦ green 226 ◦ blue 203

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

Shades of Bright Turquoise #0BE2CB

Tints of Bright Turquoise #0BE2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.36%

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 2.5%
G = 51.36%
B = 46.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#0BE2CB (or 0x0BE2CB) is known color: Bright Turquoise. HEX triplet: 0B, E2 and CB. RGB value is (11,226,203). Sum of RGB (Red+Green+Blue) = 11+226+203=440 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.5% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #0BE2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE2CB is #F41D34. Grayscale: #9E9E9E. Windows color (decimal): -15998261 or 13361675. OLE color: 13361675.

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

Color convert

RGB 11 226 203 -
CMYK 0.95 0 0.10 0.11
HSL 173.58º 0.91% 0.46% -
HSV(B) 173.58º 0.95% 0.89% -
XYZ 38.11 58.78 65.84 -
YUV 159.09 152.77 22.37 -
System Red Green Blue C M Y K H S L
Decimal 11 226 203 0.95 0 0.10 0.11 173.58 0.91 0.46
Hex B E2 CB 5F 0 A B AE 5B 2E
Octal 13 342 313 137 0 12 13 256 133 56
Binary 1011 11100010 11001011 1011111 0 1010 1011 10101110 1011011 101110

Color Harmonies of #0BE2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE2CB

Black with #0BE2CB

Text Example


Text Example

White with #0BE2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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