Html Css Color HEX #2FFACC Turquoise

📋 copy color: '#2FFACC'

red 47 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #2FFACC

Tints of Turquoise #2FFACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 9.38%
G = 49.9%
B = 40.72%

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

#2FFACC (or 0x2FFACC) is known color: Turquoise. HEX triplet: 2F, FA and CC. RGB value is (47,250,204). Sum of RGB (Red+Green+Blue) = 47+250+204=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFACC is #D00533. Grayscale: #B8B8B8. Windows color (decimal): -13632820 or 13433391. OLE color: 13433391.

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

Color convert

RGB 47 250 204 -
CMYK 0.81 0 0.18 0.02
HSL 166.4º 0.95% 0.58% -
HSV(B) 166.4º 0.81% 0.98% -
XYZ 46.26 73.34 68.84 -
YUV 184.06 139.25 30.24 -
System Red Green Blue C M Y K H S L
Decimal 47 250 204 0.81 0 0.18 0.02 166.4 0.95 0.58
Hex 2F FA CC 51 0 12 2 A6 5F 3A
Octal 57 372 314 121 0 22 2 246 137 72
Binary 101111 11111010 11001100 1010001 0 10010 10 10100110 1011111 111010

Color Harmonies of #2FFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFACC

Black with #2FFACC

Text Example


Text Example

White with #2FFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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