Html Css Color HEX #0FFABF Bright Turquoise

📋 copy color: '#0FFABF'

red 15 ◦ green 250 ◦ blue 191

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

Shades of Bright Turquoise #0FFABF

Tints of Bright Turquoise #0FFABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 3.29%
G = 54.82%
B = 41.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#0FFABF (or 0x0FFABF) is known color: Bright Turquoise. HEX triplet: 0F, FA and BF. RGB value is (15,250,191). Sum of RGB (Red+Green+Blue) = 15+250+191=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFABF is #F00540. Grayscale: #ADADAD. Windows color (decimal): -15729985 or 12581391. OLE color: 12581391.

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

Color convert

RGB 15 250 191 -
CMYK 0.94 0 0.24 0.02
HSL 164.94º 0.96% 0.52% -
HSV(B) 164.94º 0.94% 0.98% -
XYZ 43.79 72.23 60.93 -
YUV 173.01 138.14 15.3 -
System Red Green Blue C M Y K H S L
Decimal 15 250 191 0.94 0 0.24 0.02 164.94 0.96 0.52
Hex F FA BF 5E 0 18 2 A5 60 34
Octal 17 372 277 136 0 30 2 245 140 64
Binary 1111 11111010 10111111 1011110 0 11000 10 10100101 1100000 110100

Color Harmonies of #0FFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFABF

Black with #0FFABF

Text Example


Text Example

White with #0FFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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