Html Css Color HEX #0BE3C3 Bright Turquoise

📋 copy color: '#0BE3C3'

red 11 ◦ green 227 ◦ blue 195

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

Shades of Bright Turquoise #0BE3C3

Tints of Bright Turquoise #0BE3C3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.42%

 BLUE value IS 195 (76.56% from 255) = 45.03%

R = 2.54%
G = 52.42%
B = 45.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#0BE3C3 (or 0x0BE3C3) is known color: Bright Turquoise. HEX triplet: 0B, E3 and C3. RGB value is (11,227,195). Sum of RGB (Red+Green+Blue) = 11+227+195=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE3C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE3C3 is #F41C3C. Grayscale: #9E9E9E. Windows color (decimal): -15998013 or 12837643. OLE color: 12837643.

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

Color convert

RGB 11 227 195 -
CMYK 0.95 0 0.14 0.11
HSL 171.11º 0.91% 0.47% -
HSV(B) 171.11º 0.95% 0.89% -
XYZ 37.46 58.95 61.03 -
YUV 158.77 148.44 22.6 -
System Red Green Blue C M Y K H S L
Decimal 11 227 195 0.95 0 0.14 0.11 171.11 0.91 0.47
Hex B E3 C3 5F 0 E B AB 5B 2F
Octal 13 343 303 137 0 16 13 253 133 57
Binary 1011 11100011 11000011 1011111 0 1110 1011 10101011 1011011 101111

Color Harmonies of #0BE3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE3C3

Black with #0BE3C3

Text Example


Text Example

White with #0BE3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,227,195); }

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

background-color css

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

 a { background-color: rgb(11,227,195); }

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

border-color css

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

 span { border-color: rgb(11,227,195); }

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