Html Css Color HEX #0FEBBA Bright Turquoise

📋 copy color: '#0FEBBA'

red 15 ◦ green 235 ◦ blue 186

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

Shades of Bright Turquoise #0FEBBA

Tints of Bright Turquoise #0FEBBA

RGB

 RED value IS 15 (6.25% from 255) = 3.44%

 GREEN value IS 235 (92.19% from 255) = 53.9%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 3.44%
G = 53.9%
B = 42.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#0FEBBA (or 0x0FEBBA) is known color: Bright Turquoise. HEX triplet: 0F, EB and BA. RGB value is (15,235,186). Sum of RGB (Red+Green+Blue) = 15+235+186=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBBA is #F01445. Grayscale: #A3A3A3. Windows color (decimal): -15733830 or 12249871. OLE color: 12249871.

HSL color Cylindrical-coordinate representation of color #0FEBBA: hue angle of 166.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBBA is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 235 186 -
CMYK 0.94 0 0.21 0.08
HSL 166.64º 0.88% 0.49% -
HSV(B) 166.64º 0.94% 0.92% -
XYZ 38.77 63.06 56.58 -
YUV 163.63 140.61 21.98 -
System Red Green Blue C M Y K H S L
Decimal 15 235 186 0.94 0 0.21 0.08 166.64 0.88 0.49
Hex F EB BA 5E 0 15 8 A7 58 31
Octal 17 353 272 136 0 25 10 247 130 61
Binary 1111 11101011 10111010 1011110 0 10101 1000 10100111 1011000 110001

Color Harmonies of #0FEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEBBA

Black with #0FEBBA

Text Example


Text Example

White with #0FEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,235,186); }

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

background-color css

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

 a { background-color: rgb(15,235,186); }

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

border-color css

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

 span { border-color: rgb(15,235,186); }

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