#27E4F6

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

Shades of Bright Turquoise #27E4F6

Tints of Bright Turquoise #27E4F6

Color information

#27E4F6 (or 0x27E4F6) is unknown color: approx Bright Turquoise. HEX triplet: 27, E4 and F6. RGB value is (39,228,246). Sum of RGB (Red+Green+Blue) = 39+228+246=513 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.60% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #27E4F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27E4F6 is #D81B09. Grayscale: #ADADAD. Windows color (decimal): -14162698 or 16180263. OLE color: 16180263.

HSL color Cylindrical-coordinate representation of color #27E4F6: hue angle of 185.22º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27E4F6 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB39228246-
CMYK0.840.0700.04
HSL185.22º92%55.88%-
HSV(B)185.22º84.15%96.47%-
XYZ45.2162.5796.88-
YUV173.54168.8832.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.60%
GREEN value IS 228 (89.45% from 255) = 44.44%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=7.60%
G=44.44%
B=47.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal392282460.840.0700.04185.229255.88
Hex27E4F654704b95c38
Octal4734436612470427113470
Binary100111111001001111011010101001110100101110011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27E4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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