Html Css Color HEX #0BFADF Bright Turquoise

📋 copy color: '#0BFADF'

red 11 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #0BFADF

Tints of Bright Turquoise #0BFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.65%

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

R = 2.27%
G = 51.65%
B = 46.07%

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

#0BFADF (or 0x0BFADF) is known color: Bright Turquoise. HEX triplet: 0B, FA and DF. RGB value is (11,250,223). Sum of RGB (Red+Green+Blue) = 11+250+223=484 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFADF is #F40520. Grayscale: #AFAFAF. Windows color (decimal): -15992097 or 14678539. OLE color: 14678539.

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

Color convert

RGB 11 250 223 -
CMYK 0.96 0 0.11 0.02
HSL 173.22º 0.96% 0.51% -
HSV(B) 173.22º 0.96% 0.98% -
XYZ 47.64 73.77 81.54 -
YUV 175.46 154.82 10.7 -
System Red Green Blue C M Y K H S L
Decimal 11 250 223 0.96 0 0.11 0.02 173.22 0.96 0.51
Hex B FA DF 60 0 B 2 AD 60 33
Octal 13 372 337 140 0 13 2 255 140 63
Binary 1011 11111010 11011111 1100000 0 1011 10 10101101 1100000 110011

Color Harmonies of #0BFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFADF

Black with #0BFADF

Text Example


Text Example

White with #0BFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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