Html Css Color HEX #2FF2C7 Turquoise

📋 copy color: '#2FF2C7'

red 47 ◦ green 242 ◦ blue 199

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

Shades of Turquoise #2FF2C7

Tints of Turquoise #2FF2C7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.59%

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

R = 9.63%
G = 49.59%
B = 40.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#2FF2C7 (or 0x2FF2C7) is known color: Turquoise. HEX triplet: 2F, F2 and C7. RGB value is (47,242,199). Sum of RGB (Red+Green+Blue) = 47+242+199=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF2C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF2C7 is #D00D38. Grayscale: #B2B2B2. Windows color (decimal): -13634873 or 13103663. OLE color: 13103663.

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

Color convert

RGB 47 242 199 -
CMYK 0.81 0 0.18 0.05
HSL 166.77º 0.88% 0.57% -
HSV(B) 166.77º 0.81% 0.95% -
XYZ 43.23 68.23 64.92 -
YUV 178.79 139.4 34 -
System Red Green Blue C M Y K H S L
Decimal 47 242 199 0.81 0 0.18 0.05 166.77 0.88 0.57
Hex 2F F2 C7 51 0 12 5 A7 58 39
Octal 57 362 307 121 0 22 5 247 130 71
Binary 101111 11110010 11000111 1010001 0 10010 101 10100111 1011000 111001

Color Harmonies of #2FF2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF2C7

Black with #2FF2C7

Text Example


Text Example

White with #2FF2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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