Html Css Color HEX #0BEBC2 Bright Turquoise

📋 copy color: '#0BEBC2'

red 11 ◦ green 235 ◦ blue 194

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

Shades of Bright Turquoise #0BEBC2

Tints of Bright Turquoise #0BEBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.41%

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

R = 2.5%
G = 53.41%
B = 44.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#0BEBC2 (or 0x0BEBC2) is known color: Bright Turquoise. HEX triplet: 0B, EB and C2. RGB value is (11,235,194). Sum of RGB (Red+Green+Blue) = 11+235+194=440 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.5% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEBC2 is #F4143D. Grayscale: #A3A3A3. Windows color (decimal): -15995966 or 12774155. OLE color: 12774155.

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

Color convert

RGB 11 235 194 -
CMYK 0.95 0 0.17 0.08
HSL 169.02º 0.91% 0.48% -
HSV(B) 169.02º 0.95% 0.92% -
XYZ 39.58 63.38 61.19 -
YUV 163.35 145.29 19.33 -
System Red Green Blue C M Y K H S L
Decimal 11 235 194 0.95 0 0.17 0.08 169.02 0.91 0.48
Hex B EB C2 5F 0 11 8 A9 5B 30
Octal 13 353 302 137 0 21 10 251 133 60
Binary 1011 11101011 11000010 1011111 0 10001 1000 10101001 1011011 110000

Color Harmonies of #0BEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEBC2

Black with #0BEBC2

Text Example


Text Example

White with #0BEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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