#27C8C9

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

Shades of Medium Turquoise #27C8C9

Tints of Medium Turquoise #27C8C9

Color information

#27C8C9 (or 0x27C8C9) is unknown color: approx Medium Turquoise. HEX triplet: 27, C8 and C9. RGB value is (39,200,201). Sum of RGB (Red+Green+Blue) = 39+200+201=440 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.86% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #27C8C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C8C9 is #D83736. Grayscale: #979797. Windows color (decimal): -14169911 or 13223975. OLE color: 13223975.

HSL color Cylindrical-coordinate representation of color #27C8C9: hue angle of 180.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C8C9 is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB39200201-
CMYK0.810.0000.21
HSL180.37º67.5%47.06%-
HSV(B)180.37º80.6%78.82%-
XYZ32.0345.9662.44-
YUV151.97155.6647.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.86%
GREEN value IS 200 (78.52% from 255) = 45.45%
BLUE value IS 201 (78.91% from 255) = 45.68%
R=8.86%
G=45.45%
B=45.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal392002010.810.0000.21180.3767.547.06
Hex27C8C9510015b4442f
Octal47310311121002526410457
Binary100111110010001100100110100010010101101101001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,200,201); }

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

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

 a { background-color: rgb(39,200,201); }

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

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

 span { border-color: rgb(39,200,201); }

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