Html Css Color HEX #0BE1CB Bright Turquoise

📋 copy color: '#0BE1CB'

red 11 ◦ green 225 ◦ blue 203

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

Shades of Bright Turquoise #0BE1CB

Tints of Bright Turquoise #0BE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.25%

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

R = 2.51%
G = 51.25%
B = 46.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#0BE1CB (or 0x0BE1CB) is known color: Bright Turquoise. HEX triplet: 0B, E1 and CB. RGB value is (11,225,203). Sum of RGB (Red+Green+Blue) = 11+225+203=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE1CB is #F41E34. Grayscale: #9E9E9E. Windows color (decimal): -15998517 or 13361419. OLE color: 13361419.

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

Color convert

RGB 11 225 203 -
CMYK 0.95 0 0.10 0.12
HSL 173.83º 0.91% 0.46% -
HSV(B) 173.83º 0.95% 0.88% -
XYZ 37.84 58.23 65.75 -
YUV 158.51 153.1 22.79 -
System Red Green Blue C M Y K H S L
Decimal 11 225 203 0.95 0 0.10 0.12 173.83 0.91 0.46
Hex B E1 CB 5F 0 A C AE 5B 2E
Octal 13 341 313 137 0 12 14 256 133 56
Binary 1011 11100001 11001011 1011111 0 1010 1100 10101110 1011011 101110

Color Harmonies of #0BE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE1CB

Black with #0BE1CB

Text Example


Text Example

White with #0BE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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