Html Css Color HEX #0BFBDF Bright Turquoise

📋 copy color: '#0BFBDF'

red 11 ◦ green 251 ◦ blue 223

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

Shades of Bright Turquoise #0BFBDF

Tints of Bright Turquoise #0BFBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 2.27%
G = 51.75%
B = 45.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#0BFBDF (or 0x0BFBDF) is known color: Bright Turquoise. HEX triplet: 0B, FB and DF. RGB value is (11,251,223). Sum of RGB (Red+Green+Blue) = 11+251+223=485 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBDF is #F40420. Grayscale: #AFAFAF. Windows color (decimal): -15991841 or 14678795. OLE color: 14678795.

HSL color Cylindrical-coordinate representation of color #0BFBDF: hue angle of 173º 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 #0BFBDF is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 251 223 -
CMYK 0.96 0 0.11 0.02
HSL 173º 0.97% 0.51% -
HSV(B) 173º 0.96% 0.98% -
XYZ 47.95 74.39 81.64 -
YUV 176.05 154.49 10.28 -
System Red Green Blue C M Y K H S L
Decimal 11 251 223 0.96 0 0.11 0.02 173 0.97 0.51
Hex B FB DF 60 0 B 2 AD 61 33
Octal 13 373 337 140 0 13 2 255 141 63
Binary 1011 11111011 11011111 1100000 0 1011 10 10101101 1100001 110011

Color Harmonies of #0BFBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFBDF

Black with #0BFBDF

Text Example


Text Example

White with #0BFBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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