#27E3F7

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

Shades of Bright Turquoise #27E3F7

Tints of Bright Turquoise #27E3F7

Color information

#27E3F7 (or 0x27E3F7) is unknown color: approx Bright Turquoise. HEX triplet: 27, E3 and F7. RGB value is (39,227,247). Sum of RGB (Red+Green+Blue) = 39+227+247=513 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.60% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #27E3F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27E3F7 is #D81C08. Grayscale: #ACACAC. Windows color (decimal): -14162953 or 16245543. OLE color: 16245543.

HSL color Cylindrical-coordinate representation of color #27E3F7: hue angle of 185.77º 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 #27E3F7 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB39227247-
CMYK0.840.0800.03
HSL185.77º92.86%56.08%-
HSV(B)185.77º84.21%96.86%-
XYZ45.0962.0897.6-
YUV173.07169.7232.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal392272470.840.0800.03185.7792.8656.08
Hex27E3F754803ba5d38
Octal47343367124100327213570
Binary100111111000111111011110101001000011101110101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27E3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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