Html Css Color HEX #2FFACE Turquoise

📋 copy color: '#2FFACE'

red 47 ◦ green 250 ◦ blue 206

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

Shades of Turquoise #2FFACE

Tints of Turquoise #2FFACE

RGB

 RED value IS 47 (18.75% from 255) = 9.34%

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

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

R = 9.34%
G = 49.7%
B = 40.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#2FFACE (or 0x2FFACE) is known color: Turquoise. HEX triplet: 2F, FA and CE. RGB value is (47,250,206). Sum of RGB (Red+Green+Blue) = 47+250+206=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFACE is #D00531. Grayscale: #B8B8B8. Windows color (decimal): -13632818 or 13564463. OLE color: 13564463.

HSL color Cylindrical-coordinate representation of color #2FFACE: hue angle of 167º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFACE is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 250 206 -
CMYK 0.81 0 0.18 0.02
HSL 167º 0.95% 0.58% -
HSV(B) 167º 0.81% 0.98% -
XYZ 46.5 73.43 70.12 -
YUV 184.29 140.25 30.08 -
System Red Green Blue C M Y K H S L
Decimal 47 250 206 0.81 0 0.18 0.02 167 0.95 0.58
Hex 2F FA CE 51 0 12 2 A7 5F 3A
Octal 57 372 316 121 0 22 2 247 137 72
Binary 101111 11111010 11001110 1010001 0 10010 10 10100111 1011111 111010

Color Harmonies of #2FFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFACE

Black with #2FFACE

Text Example


Text Example

White with #2FFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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