Html Css Color HEX #0FFACE Bright Turquoise

📋 copy color: '#0FFACE'

red 15 ◦ green 250 ◦ blue 206

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

Shades of Bright Turquoise #0FFACE

Tints of Bright Turquoise #0FFACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 3.18%
G = 53.08%
B = 43.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#0FFACE (or 0x0FFACE) is known color: Bright Turquoise. HEX triplet: 0F, FA and CE. RGB value is (15,250,206). Sum of RGB (Red+Green+Blue) = 15+250+206=471 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFACE is #F00531. Grayscale: #AEAEAE. Windows color (decimal): -15729970 or 13564431. OLE color: 13564431.

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

Color convert

RGB 15 250 206 -
CMYK 0.94 0 0.18 0.02
HSL 168.77º 0.96% 0.52% -
HSV(B) 168.77º 0.94% 0.98% -
XYZ 45.52 72.93 70.07 -
YUV 174.72 145.64 14.08 -
System Red Green Blue C M Y K H S L
Decimal 15 250 206 0.94 0 0.18 0.02 168.77 0.96 0.52
Hex F FA CE 5E 0 12 2 A9 60 34
Octal 17 372 316 136 0 22 2 251 140 64
Binary 1111 11111010 11001110 1011110 0 10010 10 10101001 1100000 110100

Color Harmonies of #0FFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFACE

Black with #0FFACE

Text Example


Text Example

White with #0FFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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