Html Css Color HEX #2FFACD Turquoise

📋 copy color: '#2FFACD'

red 47 ◦ green 250 ◦ blue 205

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

Shades of Turquoise #2FFACD

Tints of Turquoise #2FFACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 9.36%
G = 49.8%
B = 40.84%

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

#2FFACD (or 0x2FFACD) is known color: Turquoise. HEX triplet: 2F, FA and CD. RGB value is (47,250,205). Sum of RGB (Red+Green+Blue) = 47+250+205=502 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.36% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFACD is #D00532. Grayscale: #B8B8B8. Windows color (decimal): -13632819 or 13498927. OLE color: 13498927.

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

Color convert

RGB 47 250 205 -
CMYK 0.81 0 0.18 0.02
HSL 166.7º 0.95% 0.58% -
HSV(B) 166.7º 0.81% 0.98% -
XYZ 46.38 73.38 69.48 -
YUV 184.17 139.75 30.16 -
System Red Green Blue C M Y K H S L
Decimal 47 250 205 0.81 0 0.18 0.02 166.7 0.95 0.58
Hex 2F FA CD 51 0 12 2 A7 5F 3A
Octal 57 372 315 121 0 22 2 247 137 72
Binary 101111 11111010 11001101 1010001 0 10010 10 10100111 1011111 111010

Color Harmonies of #2FFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFACD

Black with #2FFACD

Text Example


Text Example

White with #2FFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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