Html Css Color HEX #2FFCC7 Turquoise

📋 copy color: '#2FFCC7'

red 47 ◦ green 252 ◦ blue 199

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

Shades of Turquoise #2FFCC7

Tints of Turquoise #2FFCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.96%

R = 9.44%
G = 50.6%
B = 39.96%

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

#2FFCC7 (or 0x2FFCC7) is known color: Turquoise. HEX triplet: 2F, FC and C7. RGB value is (47,252,199). Sum of RGB (Red+Green+Blue) = 47+252+199=498 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.44% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCC7 is #D00338. Grayscale: #B8B8B8. Windows color (decimal): -13632313 or 13106223. OLE color: 13106223.

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

Color convert

RGB 47 252 199 -
CMYK 0.81 0 0.21 0.01
HSL 164.49º 0.97% 0.59% -
HSV(B) 164.49º 0.81% 0.99% -
XYZ 46.29 74.35 65.94 -
YUV 184.66 136.08 29.81 -
System Red Green Blue C M Y K H S L
Decimal 47 252 199 0.81 0 0.21 0.01 164.49 0.97 0.59
Hex 2F FC C7 51 0 15 1 A4 61 3B
Octal 57 374 307 121 0 25 1 244 141 73
Binary 101111 11111100 11000111 1010001 0 10101 1 10100100 1100001 111011

Color Harmonies of #2FFCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCC7

Black with #2FFCC7

Text Example


Text Example

White with #2FFCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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