#2ff1f0

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

Shades of Turquoise #2FF1F0

Tints of Turquoise #2FF1F0

Color information

#2FF1F0 (or 0x2FF1F0) is unknown color: approx Turquoise. HEX triplet: 2F, F1 and F0. RGB value is (47,241,240). Sum of RGB (Red+Green+Blue) = 47+241+240=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF1F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF1F0 is #D00E0F. Grayscale: #B6B6B6. Windows color (decimal): -13635088 or 15790383. OLE color: 15790383.

HSL color Cylindrical-coordinate representation of color #2FF1F0: hue angle of 179.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF1F0 is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB47241240-
CMYK0.8000.000.05
HSL179.69º87.39%56.47%-
HSV(B)179.69º80.5%94.51%-
XYZ48.3669.8193.36-
YUV182.88160.2331.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.90%
GREEN value IS 241 (94.53% from 255) = 45.64%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=8.90%
G=45.64%
B=45.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal472412400.8000.000.05179.6987.3956.47
Hex2FF1F050005b45738
Octal5736136012000526412770
Binary1011111111000111110000101000000101101101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ff1f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,241,240); }

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

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

 a { background-color: rgb(47,241,240); }

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

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

 span { border-color: rgb(47,241,240); }

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