#27D0E1

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

Shades of Turquoise #27D0E1

Tints of Turquoise #27D0E1

Color information

#27D0E1 (or 0x27D0E1) is unknown color: approx Turquoise. HEX triplet: 27, D0 and E1. RGB value is (39,208,225). Sum of RGB (Red+Green+Blue) = 39+208+225=472 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.26% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #27D0E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D0E1 is #D82F1E. Grayscale: #9F9F9F. Windows color (decimal): -14167839 or 14798887. OLE color: 14798887.

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

Color convert

RGB39208225-
CMYK0.830.0800.12
HSL185.48º75.61%51.76%-
HSV(B)185.48º82.67%88.24%-
XYZ36.9850.9879.12-
YUV159.41165.0142.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.26%
GREEN value IS 208 (81.64% from 255) = 44.07%
BLUE value IS 225 (88.28% from 255) = 47.67%
R=8.26%
G=44.07%
B=47.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal392082250.830.0800.12185.4875.6151.76
Hex27D0E15380Cb94c34
Octal473203411231001427111464
Binary10011111010000111000011010011100001100101110011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,208,225); }

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

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

 a { background-color: rgb(39,208,225); }

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

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

 span { border-color: rgb(39,208,225); }

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