#27F7E3

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

Shades of Bright Turquoise #27F7E3

Tints of Bright Turquoise #27F7E3

Color information

#27F7E3 (or 0x27F7E3) is unknown color: approx Bright Turquoise. HEX triplet: 27, F7 and E3. RGB value is (39,247,227). Sum of RGB (Red+Green+Blue) = 39+247+227=513 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.60% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #27F7E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F7E3 is #D8081C. Grayscale: #B6B6B6. Windows color (decimal): -14157853 or 14939943. OLE color: 14939943.

HSL color Cylindrical-coordinate representation of color #27F7E3: hue angle of 174.23º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F7E3 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB39247227-
CMYK0.8400.080.03
HSL174.23º92.86%56.08%-
HSV(B)174.23º84.21%96.86%-
XYZ47.9672.584.14-
YUV182.53153.0925.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.60%
GREEN value IS 247 (96.88% from 255) = 48.15%
BLUE value IS 227 (89.06% from 255) = 44.25%
R=7.60%
G=48.15%
B=44.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal392472270.8400.080.03174.2392.8656.08
Hex27F7E354083ae5d38
Octal47367343124010325613570
Binary100111111101111110001110101000100011101011101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27F7E3; }

 p { color: rgb(39,247,227); }

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

<style>
 a { background-color: #27F7E3; }

 a { background-color: rgb(39,247,227); }

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

<style>
 span { border-color: #27F7E3; }

 span { border-color: rgb(39,247,227); }

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