Html Css Color HEX #0BFFE6 Bright Turquoise

📋 copy color: '#0BFFE6'

red 11 ◦ green 255 ◦ blue 230

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

Shades of Bright Turquoise #0BFFE6

Tints of Bright Turquoise #0BFFE6

RGB

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

 GREEN value IS 255 (100% from 255) = 51.41%

 BLUE value IS 230 (90.23% from 255) = 46.37%

R = 2.22%
G = 51.41%
B = 46.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#0BFFE6 (or 0x0BFFE6) is known color: Bright Turquoise. HEX triplet: 0B, FF and E6. RGB value is (11,255,230). Sum of RGB (Red+Green+Blue) = 11+255+230=496 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.22% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFFE6 is #F40019. Grayscale: #B3B3B3. Windows color (decimal): -15990810 or 15138571. OLE color: 15138571.

HSL color Cylindrical-coordinate representation of color #0BFFE6: hue angle of 173.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFE6 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 11 255 230 -
CMYK 0.96 0 0.10 0
HSL 173.85º 1% 0.52% -
HSV(B) 173.85º 0.96% 1% -
XYZ 50.18 77.3 87.14 -
YUV 179.19 156.66 8.03 -
System Red Green Blue C M Y K H S L
Decimal 11 255 230 0.96 0 0.10 0 173.85 1 0.52
Hex B FF E6 60 0 A 0 AE 64 34
Octal 13 377 346 140 0 12 0 256 144 64
Binary 1011 11111111 11100110 1100000 0 1010 0 10101110 1100100 110100

Color Harmonies of #0BFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFFE6

Black with #0BFFE6

Text Example


Text Example

White with #0BFFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,255,230); }

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

background-color css

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

 a { background-color: rgb(11,255,230); }

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

border-color css

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

 span { border-color: rgb(11,255,230); }

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