#27CAD1

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

Shades of Medium Turquoise #27CAD1

Tints of Medium Turquoise #27CAD1

Color information

#27CAD1 (or 0x27CAD1) is unknown color: approx Medium Turquoise. HEX triplet: 27, CA and D1. RGB value is (39,202,209). Sum of RGB (Red+Green+Blue) = 39+202+209=450 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #27CAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CAD1 is #D8352E. Grayscale: #999999. Windows color (decimal): -14169391 or 13748775. OLE color: 13748775.

HSL color Cylindrical-coordinate representation of color #27CAD1: hue angle of 182.47º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CAD1 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB39202209-
CMYK0.810.0300.18
HSL182.47º68.55%48.63%-
HSV(B)182.47º81.34%81.96%-
XYZ33.4747.2867.68-
YUV154.0615945.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.67%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=8.67%
G=44.89%
B=46.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal392022090.810.0300.18182.4768.5548.63
Hex27CAD1513012b64531
Octal47312321121302226610561
Binary1001111100101011010001101000111010010101101101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27CAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,202,209); }

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

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

 a { background-color: rgb(39,202,209); }

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

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

 span { border-color: rgb(39,202,209); }

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