Html Css Color HEX #0BE3F1 Bright Turquoise

📋 copy color: '#0BE3F1'

red 11 ◦ green 227 ◦ blue 241

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

Shades of Bright Turquoise #0BE3F1

Tints of Bright Turquoise #0BE3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.31%

R = 2.3%
G = 47.39%
B = 50.31%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0BE3F1 (or 0x0BE3F1) is known color: Bright Turquoise. HEX triplet: 0B, E3 and F1. RGB value is (11,227,241). Sum of RGB (Red+Green+Blue) = 11+227+241=479 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.30% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #0BE3F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE3F1 is #F41C0E. Grayscale: #A3A3A3. Windows color (decimal): -15997967 or 15852299. OLE color: 15852299.

HSL color Cylindrical-coordinate representation of color #0BE3F1: hue angle of 183.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE3F1 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 11 227 241 -
CMYK 0.95 0.06 0 0.05
HSL 183.65º 0.91% 0.49% -
HSV(B) 183.65º 0.95% 0.95% -
XYZ 43.48 61.36 92.77 -
YUV 164.01 171.44 18.86 -
System Red Green Blue C M Y K H S L
Decimal 11 227 241 0.95 0.06 0 0.05 183.65 0.91 0.49
Hex B E3 F1 5F 6 0 5 B8 5B 31
Octal 13 343 361 137 6 0 5 270 133 61
Binary 1011 11100011 11110001 1011111 110 0 101 10111000 1011011 110001

Color Harmonies of #0BE3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE3F1

Black with #0BE3F1

Text Example


Text Example

White with #0BE3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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