#2FD2E3

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

Shades of Turquoise #2FD2E3

Tints of Turquoise #2FD2E3

Color information

#2FD2E3 (or 0x2FD2E3) is unknown color: approx Turquoise. HEX triplet: 2F, D2 and E3. RGB value is (47,210,227). Sum of RGB (Red+Green+Blue) = 47+210+227=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #2FD2E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD2E3 is #D02D1C. Grayscale: #A2A2A2. Windows color (decimal): -13643037 or 14930479. OLE color: 14930479.

HSL color Cylindrical-coordinate representation of color #2FD2E3: hue angle of 185.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FD2E3 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB47210227-
CMYK0.790.0700.11
HSL185.67º76.27%53.73%-
HSV(B)185.67º79.3%89.02%-
XYZ38.0852.2480.75-
YUV163.216445.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.71%
GREEN value IS 210 (82.42% from 255) = 43.39%
BLUE value IS 227 (89.06% from 255) = 46.90%
R=9.71%
G=43.39%
B=46.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal472102270.790.0700.11185.6776.2753.73
Hex2FD2E34F70Bba4c36
Octal57322343117701327211466
Binary1011111101001011100011100111111101011101110101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,210,227); }

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

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

 a { background-color: rgb(47,210,227); }

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

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

 span { border-color: rgb(47,210,227); }

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