Html Css Color HEX #0FECBA Bright Turquoise

📋 copy color: '#0FECBA'

red 15 ◦ green 236 ◦ blue 186

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

Shades of Bright Turquoise #0FECBA

Tints of Bright Turquoise #0FECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54%

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

R = 3.43%
G = 54%
B = 42.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#0FECBA (or 0x0FECBA) is known color: Bright Turquoise. HEX triplet: 0F, EC and BA. RGB value is (15,236,186). Sum of RGB (Red+Green+Blue) = 15+236+186=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 236 (92.58% from 255 or 54.00% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECBA is #F01345. Grayscale: #A4A4A4. Windows color (decimal): -15733574 or 12250127. OLE color: 12250127.

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

Color convert

RGB 15 236 186 -
CMYK 0.94 0 0.21 0.07
HSL 166.43º 0.88% 0.49% -
HSV(B) 166.43º 0.94% 0.93% -
XYZ 39.06 63.64 56.68 -
YUV 164.22 140.28 21.57 -
System Red Green Blue C M Y K H S L
Decimal 15 236 186 0.94 0 0.21 0.07 166.43 0.88 0.49
Hex F EC BA 5E 0 15 7 A6 58 31
Octal 17 354 272 136 0 25 7 246 130 61
Binary 1111 11101100 10111010 1011110 0 10101 111 10100110 1011000 110001

Color Harmonies of #0FECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FECBA

Black with #0FECBA

Text Example


Text Example

White with #0FECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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