#27E2DF

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

Shades of Turquoise #27E2DF

Tints of Turquoise #27E2DF

Color information

#27E2DF (or 0x27E2DF) is unknown color: approx Turquoise. HEX triplet: 27, E2 and DF. RGB value is (39,226,223). Sum of RGB (Red+Green+Blue) = 39+226+223=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #27E2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E2DF is #D81D20. Grayscale: #A9A9A9. Windows color (decimal): -14163233 or 14672423. OLE color: 14672423.

HSL color Cylindrical-coordinate representation of color #27E2DF: hue angle of 179.04º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E2DF is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB39226223-
CMYK0.8300.010.11
HSL179.04º76.33%51.96%-
HSV(B)179.04º82.74%88.63%-
XYZ41.3560.1579.24-
YUV169.74158.0534.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.99%
GREEN value IS 226 (88.67% from 255) = 46.31%
BLUE value IS 223 (87.5% from 255) = 45.70%
R=7.99%
G=46.31%
B=45.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal392262230.8300.010.11179.0476.3351.96
Hex27E2DF5301Bb34c34
Octal47342337123011326311464
Binary10011111100010110111111010011011011101100111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27E2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,226,223); }

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

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

 a { background-color: rgb(39,226,223); }

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

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

 span { border-color: rgb(39,226,223); }

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