#27EDC0

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

Shades of Turquoise #27EDC0

Tints of Turquoise #27EDC0

Color information

#27EDC0 (or 0x27EDC0) is unknown color: approx Turquoise. HEX triplet: 27, ED and C0. RGB value is (39,237,192). Sum of RGB (Red+Green+Blue) = 39+237+192=468 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.33% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #27EDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EDC0 is #D8123F. Grayscale: #ACACAC. Windows color (decimal): -14160448 or 12643623. OLE color: 12643623.

HSL color Cylindrical-coordinate representation of color #27EDC0: hue angle of 166.36º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EDC0 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB39237192-
CMYK0.8400.190.07
HSL166.36º84.62%54.12%-
HSV(B)166.36º83.54%92.94%-
XYZ40.6464.8160.24-
YUV172.67138.932.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.33%
GREEN value IS 237 (92.97% from 255) = 50.64%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=8.33%
G=50.64%
B=41.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal392371920.8400.190.07166.3684.6254.12
Hex27EDC0540137a65536
Octal47355300124023724612566
Binary10011111101101110000001010100010011111101001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27EDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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