Html Css Color HEX #0BECC2 Bright Turquoise

📋 copy color: '#0BECC2'

red 11 ◦ green 236 ◦ blue 194

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

Shades of Bright Turquoise #0BECC2

Tints of Bright Turquoise #0BECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.51%

 BLUE value IS 194 (76.17% from 255) = 43.99%

R = 2.49%
G = 53.51%
B = 43.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#0BECC2 (or 0x0BECC2) is known color: Bright Turquoise. HEX triplet: 0B, EC and C2. RGB value is (11,236,194). Sum of RGB (Red+Green+Blue) = 11+236+194=441 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #0BECC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BECC2 is #F4133D. Grayscale: #A3A3A3. Windows color (decimal): -15995710 or 12774411. OLE color: 12774411.

HSL color Cylindrical-coordinate representation of color #0BECC2: hue angle of 168.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BECC2 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 236 194 -
CMYK 0.95 0 0.18 0.07
HSL 168.8º 0.91% 0.48% -
HSV(B) 168.8º 0.95% 0.93% -
XYZ 39.87 63.96 61.28 -
YUV 163.94 144.96 18.92 -
System Red Green Blue C M Y K H S L
Decimal 11 236 194 0.95 0 0.18 0.07 168.8 0.91 0.48
Hex B EC C2 5F 0 12 7 A9 5B 30
Octal 13 354 302 137 0 22 7 251 133 60
Binary 1011 11101100 11000010 1011111 0 10010 111 10101001 1011011 110000

Color Harmonies of #0BECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BECC2

Black with #0BECC2

Text Example


Text Example

White with #0BECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,236,194); }

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

background-color css

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

 a { background-color: rgb(11,236,194); }

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

border-color css

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

 span { border-color: rgb(11,236,194); }

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