Html Css Color HEX #0BFEDC Bright Turquoise

📋 copy color: '#0BFEDC'

red 11 ◦ green 254 ◦ blue 220

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

Shades of Bright Turquoise #0BFEDC

Tints of Bright Turquoise #0BFEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.37%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 2.27%
G = 52.37%
B = 45.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#0BFEDC (or 0x0BFEDC) is known color: Bright Turquoise. HEX triplet: 0B, FE and DC. RGB value is (11,254,220). Sum of RGB (Red+Green+Blue) = 11+254+220=485 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFEDC is #F40123. Grayscale: #B1B1B1. Windows color (decimal): -15991076 or 14482955. OLE color: 14482955.

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

Color convert

RGB 11 254 220 -
CMYK 0.96 0 0.13 0.00
HSL 171.6º 0.99% 0.52% -
HSV(B) 171.6º 0.96% 1% -
XYZ 48.5 76.12 79.85 -
YUV 177.47 151.99 9.26 -
System Red Green Blue C M Y K H S L
Decimal 11 254 220 0.96 0 0.13 0.00 171.6 0.99 0.52
Hex B FE DC 60 0 D 0 AC 63 34
Octal 13 376 334 140 0 15 0 254 143 64
Binary 1011 11111110 11011100 1100000 0 1101 0 10101100 1100011 110100

Color Harmonies of #0BFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFEDC

Black with #0BFEDC

Text Example


Text Example

White with #0BFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,254,220); }

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

background-color css

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

 a { background-color: rgb(11,254,220); }

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

border-color css

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

 span { border-color: rgb(11,254,220); }

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