#2FEDC1

Color #2FEDC1 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2FEDC1

Tints of Turquoise #2FEDC1

Color information

#2FEDC1 (or 0x2FEDC1) is unknown color: approx Turquoise. HEX triplet: 2F, ED and C1. RGB value is (47,237,193). Sum of RGB (Red+Green+Blue) = 47+237+193=477 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.85% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDC1 is #D0123E. Grayscale: #AFAFAF. Windows color (decimal): -13636159 or 12709167. OLE color: 12709167.

HSL color Cylindrical-coordinate representation of color #2FEDC1: hue angle of 166.11º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEDC1 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB47237193-
CMYK0.8000.190.07
HSL166.11º84.07%55.69%-
HSV(B)166.11º80.17%92.94%-
XYZ41.0865.0260.84-
YUV175.17138.0536.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.85%
GREEN value IS 237 (92.97% from 255) = 49.69%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=9.85%
G=49.69%
B=40.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal472371930.8000.190.07166.1184.0755.69
Hex2FEDC1500137a65438
Octal57355301120023724612470
Binary10111111101101110000011010000010011111101001101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,237,193); }

 H1.HeaderClassName
 {
   color: #2FEDC1;
 }
 .AnyTagClassName
 {
   color: #2FEDC1;
 }
</style>
background-color css

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

 a { background-color: rgb(47,237,193); }

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

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

 span { border-color: rgb(47,237,193); }

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