Html Css Color HEX #0FFAC6 Bright Turquoise

📋 copy color: '#0FFAC6'

red 15 ◦ green 250 ◦ blue 198

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

Shades of Bright Turquoise #0FFAC6

Tints of Bright Turquoise #0FFAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.76%

R = 3.24%
G = 54%
B = 42.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#0FFAC6 (or 0x0FFAC6) is known color: Bright Turquoise. HEX triplet: 0F, FA and C6. RGB value is (15,250,198). Sum of RGB (Red+Green+Blue) = 15+250+198=463 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.24% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFAC6 is #F00539. Grayscale: #ADADAD. Windows color (decimal): -15729978 or 13040143. OLE color: 13040143.

HSL color Cylindrical-coordinate representation of color #0FFAC6: hue angle of 166.72º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFAC6 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 250 198 -
CMYK 0.94 0 0.21 0.02
HSL 166.72º 0.96% 0.52% -
HSV(B) 166.72º 0.94% 0.98% -
XYZ 44.58 72.55 65.08 -
YUV 173.81 141.64 14.73 -
System Red Green Blue C M Y K H S L
Decimal 15 250 198 0.94 0 0.21 0.02 166.72 0.96 0.52
Hex F FA C6 5E 0 15 2 A7 60 34
Octal 17 372 306 136 0 25 2 247 140 64
Binary 1111 11111010 11000110 1011110 0 10101 10 10100111 1100000 110100

Color Harmonies of #0FFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFAC6

Black with #0FFAC6

Text Example


Text Example

White with #0FFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,198); }

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

background-color css

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

 a { background-color: rgb(15,250,198); }

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

border-color css

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

 span { border-color: rgb(15,250,198); }

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