Html Css Color HEX #2FFCC6 Turquoise

📋 copy color: '#2FFCC6'

red 47 ◦ green 252 ◦ blue 198

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

Shades of Turquoise #2FFCC6

Tints of Turquoise #2FFCC6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.7%

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 9.46%
G = 50.7%
B = 39.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#2FFCC6 (or 0x2FFCC6) is known color: Turquoise. HEX triplet: 2F, FC and C6. RGB value is (47,252,198). Sum of RGB (Red+Green+Blue) = 47+252+198=497 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.46% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCC6 is #D00339. Grayscale: #B8B8B8. Windows color (decimal): -13632314 or 13040687. OLE color: 13040687.

HSL color Cylindrical-coordinate representation of color #2FFCC6: hue angle of 164.2º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCC6 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 198 -
CMYK 0.81 0 0.21 0.01
HSL 164.2º 0.97% 0.59% -
HSV(B) 164.2º 0.81% 0.99% -
XYZ 46.18 74.3 65.33 -
YUV 184.55 135.58 29.89 -
System Red Green Blue C M Y K H S L
Decimal 47 252 198 0.81 0 0.21 0.01 164.2 0.97 0.59
Hex 2F FC C6 51 0 15 1 A4 61 3B
Octal 57 374 306 121 0 25 1 244 141 73
Binary 101111 11111100 11000110 1010001 0 10101 1 10100100 1100001 111011

Color Harmonies of #2FFCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCC6

Black with #2FFCC6

Text Example


Text Example

White with #2FFCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,252,198); }

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

background-color css

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

 a { background-color: rgb(47,252,198); }

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

border-color css

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

 span { border-color: rgb(47,252,198); }

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