Html Css Color HEX #0FFAC4 Bright Turquoise

📋 copy color: '#0FFAC4'

red 15 ◦ green 250 ◦ blue 196

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

Shades of Bright Turquoise #0FFAC4

Tints of Bright Turquoise #0FFAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 3.25%
G = 54.23%
B = 42.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#0FFAC4 (or 0x0FFAC4) is known color: Bright Turquoise. HEX triplet: 0F, FA and C4. RGB value is (15,250,196). Sum of RGB (Red+Green+Blue) = 15+250+196=461 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFAC4 is #F0053B. Grayscale: #ADADAD. Windows color (decimal): -15729980 or 12909071. OLE color: 12909071.

HSL color Cylindrical-coordinate representation of color #0FFAC4: hue angle of 166.21º 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 #0FFAC4 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 250 196 -
CMYK 0.94 0 0.22 0.02
HSL 166.21º 0.96% 0.52% -
HSV(B) 166.21º 0.94% 0.98% -
XYZ 44.35 72.46 63.87 -
YUV 173.58 140.64 14.89 -
System Red Green Blue C M Y K H S L
Decimal 15 250 196 0.94 0 0.22 0.02 166.21 0.96 0.52
Hex F FA C4 5E 0 16 2 A6 60 34
Octal 17 372 304 136 0 26 2 246 140 64
Binary 1111 11111010 11000100 1011110 0 10110 10 10100110 1100000 110100

Color Harmonies of #0FFAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFAC4

Black with #0FFAC4

Text Example


Text Example

White with #0FFAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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