Html Css Color HEX #0BFBE7 Bright Turquoise

📋 copy color: '#0BFBE7'

red 11 ◦ green 251 ◦ blue 231

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

Shades of Bright Turquoise #0BFBE7

Tints of Bright Turquoise #0BFBE7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.91%

 BLUE value IS 231 (90.63% from 255) = 46.86%

R = 2.23%
G = 50.91%
B = 46.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#0BFBE7 (or 0x0BFBE7) is known color: Bright Turquoise. HEX triplet: 0B, FB and E7. RGB value is (11,251,231). Sum of RGB (Red+Green+Blue) = 11+251+231=493 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.23% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFBE7 is #F40418. Grayscale: #B0B0B0. Windows color (decimal): -15991833 or 15203083. OLE color: 15203083.

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

Color convert

RGB 11 251 231 -
CMYK 0.96 0 0.08 0.02
HSL 175º 0.97% 0.51% -
HSV(B) 175º 0.96% 0.98% -
XYZ 49.06 74.84 87.46 -
YUV 176.96 158.49 9.63 -
System Red Green Blue C M Y K H S L
Decimal 11 251 231 0.96 0 0.08 0.02 175 0.97 0.51
Hex B FB E7 60 0 8 2 AF 61 33
Octal 13 373 347 140 0 10 2 257 141 63
Binary 1011 11111011 11100111 1100000 0 1000 10 10101111 1100001 110011

Color Harmonies of #0BFBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFBE7

Black with #0BFBE7

Text Example


Text Example

White with #0BFBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,251,231); }

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

background-color css

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

 a { background-color: rgb(11,251,231); }

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

border-color css

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

 span { border-color: rgb(11,251,231); }

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