#27D8DE

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

Shades of Turquoise #27D8DE

Tints of Turquoise #27D8DE

Color information

#27D8DE (or 0x27D8DE) is unknown color: approx Turquoise. HEX triplet: 27, D8 and DE. RGB value is (39,216,222). Sum of RGB (Red+Green+Blue) = 39+216+222=477 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.18% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #27D8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D8DE is #D82721. Grayscale: #A3A3A3. Windows color (decimal): -14165794 or 14604327. OLE color: 14604327.

HSL color Cylindrical-coordinate representation of color #27D8DE: hue angle of 181.97º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D8DE is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB39216222-
CMYK0.820.0300.13
HSL181.97º73.49%51.18%-
HSV(B)181.97º82.43%87.06%-
XYZ38.5854.8277.65-
YUV163.76160.8639.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.18%
GREEN value IS 216 (84.77% from 255) = 45.28%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=8.18%
G=45.28%
B=46.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal392162220.820.0300.13181.9773.4951.18
Hex27D8DE5230Db64933
Octal47330336122301526611163
Binary100111110110001101111010100101101101101101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,216,222); }

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

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

 a { background-color: rgb(39,216,222); }

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

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

 span { border-color: rgb(39,216,222); }

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