Html Css Color HEX #0BE3F8 Bright Turquoise

📋 copy color: '#0BE3F8'

red 11 ◦ green 227 ◦ blue 248

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

Shades of Bright Turquoise #0BE3F8

Tints of Bright Turquoise #0BE3F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.03%

R = 2.26%
G = 46.71%
B = 51.03%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0BE3F8 (or 0x0BE3F8) is known color: Bright Turquoise. HEX triplet: 0B, E3 and F8. RGB value is (11,227,248). Sum of RGB (Red+Green+Blue) = 11+227+248=486 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #0BE3F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE3F8 is #F41C07. Grayscale: #A4A4A4. Windows color (decimal): -15997960 or 16311051. OLE color: 16311051.

HSL color Cylindrical-coordinate representation of color #0BE3F8: hue angle of 185.32º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BE3F8 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 227 248 -
CMYK 0.96 0.08 0 0.03
HSL 185.32º 0.94% 0.51% -
HSV(B) 185.32º 0.96% 0.97% -
XYZ 44.55 61.79 98.38 -
YUV 164.81 174.94 18.29 -
System Red Green Blue C M Y K H S L
Decimal 11 227 248 0.96 0.08 0 0.03 185.32 0.94 0.51
Hex B E3 F8 60 8 0 3 B9 5E 33
Octal 13 343 370 140 10 0 3 271 136 63
Binary 1011 11100011 11111000 1100000 1000 0 11 10111001 1011110 110011

Color Harmonies of #0BE3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE3F8

Black with #0BE3F8

Text Example


Text Example

White with #0BE3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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