#27E5FE

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

Shades of Bright Turquoise #27E5FE

Tints of Bright Turquoise #27E5FE

Color information

#27E5FE (or 0x27E5FE) is unknown color: approx Bright Turquoise. HEX triplet: 27, E5 and FE. RGB value is (39,229,254). Sum of RGB (Red+Green+Blue) = 39+229+254=522 (69% of max value = 765). Red value is 39 (15.62% from 255 or 7.47% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #27E5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27E5FE is #D81A01. Grayscale: #AEAEAE. Windows color (decimal): -14162434 or 16704807. OLE color: 16704807.

HSL color Cylindrical-coordinate representation of color #27E5FE: hue angle of 186.98º 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 #27E5FE is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB39229254-
CMYK0.850.1000.00
HSL186.98º99.08%57.45%-
HSV(B)186.98º84.65%99.61%-
XYZ46.7563.63103.58-
YUV175.04172.5530.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.47%
GREEN value IS 229 (89.84% from 255) = 43.87%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=7.47%
G=43.87%
B=48.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal392292540.850.1000.00186.9899.0857.45
Hex27E5FE55A00bb6339
Octal47345376125120027314371
Binary10011111100101111111101010101101000101110111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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