#27FEE4

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

Shades of Bright Turquoise #27FEE4

Tints of Bright Turquoise #27FEE4

Color information

#27FEE4 (or 0x27FEE4) is unknown color: approx Bright Turquoise. HEX triplet: 27, FE and E4. RGB value is (39,254,228). Sum of RGB (Red+Green+Blue) = 39+254+228=521 (69% of max value = 765). Red value is 39 (15.62% from 255 or 7.49% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #27FEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FEE4 is #D8011B. Grayscale: #BABABA. Windows color (decimal): -14156060 or 15007271. OLE color: 15007271.

HSL color Cylindrical-coordinate representation of color #27FEE4: hue angle of 172.74º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FEE4 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB39254228-
CMYK0.8500.100.00
HSL172.74º99.08%57.45%-
HSV(B)172.74º84.65%99.61%-
XYZ50.2876.9285.59-
YUV186.75151.2722.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.49%
GREEN value IS 254 (99.61% from 255) = 48.75%
BLUE value IS 228 (89.45% from 255) = 43.76%
R=7.49%
G=48.75%
B=43.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal392542280.8500.100.00172.7499.0857.45
Hex27FEE4550A0ad6339
Octal47376344125012025514371
Binary10011111111110111001001010101010100101011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,254,228); }

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

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

 a { background-color: rgb(39,254,228); }

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

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

 span { border-color: rgb(39,254,228); }

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