#27F3ED

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

Shades of Bright Turquoise #27F3ED

Tints of Bright Turquoise #27F3ED

Color information

#27F3ED (or 0x27F3ED) is unknown color: approx Bright Turquoise. HEX triplet: 27, F3 and ED. RGB value is (39,243,237). Sum of RGB (Red+Green+Blue) = 39+243+237=519 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.51% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #27F3ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27F3ED is #D80C12. Grayscale: #B5B5B5. Windows color (decimal): -14158867 or 15594279. OLE color: 15594279.

HSL color Cylindrical-coordinate representation of color #27F3ED: hue angle of 178.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F3ED is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB39243237-
CMYK0.8400.020.05
HSL178.24º89.47%55.29%-
HSV(B)178.24º83.95%95.29%-
XYZ48.1770.6591.22-
YUV181.32159.4126.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.51%
GREEN value IS 243 (95.31% from 255) = 46.82%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=7.51%
G=46.82%
B=45.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal392432370.8400.020.05178.2489.4755.29
Hex27F3ED54025b25937
Octal4736335512402526213167
Binary10011111110011111011011010100010101101100101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,243,237); }

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

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

 a { background-color: rgb(39,243,237); }

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

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

 span { border-color: rgb(39,243,237); }

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