#36F7D1

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

Shades of Turquoise #36F7D1

Tints of Turquoise #36F7D1

Color information

#36F7D1 (or 0x36F7D1) is unknown color: approx Turquoise. HEX triplet: 36, F7 and D1. RGB value is (54,247,209). Sum of RGB (Red+Green+Blue) = 54+247+209=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #36F7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F7D1 is #C9082E. Grayscale: #B8B8B8. Windows color (decimal): -13174831 or 13760310. OLE color: 13760310.

HSL color Cylindrical-coordinate representation of color #36F7D1: hue angle of 168.19º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F7D1 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB54247209-
CMYK0.7800.150.03
HSL168.19º92.34%59.02%-
HSV(B)168.19º78.14%96.86%-
XYZ46.2971.9171.76-
YUV184.96141.5634.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.59%
GREEN value IS 247 (96.88% from 255) = 48.43%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=10.59%
G=48.43%
B=40.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal542472090.7800.150.03168.1992.3459.02
Hex36F7D14E0F3a85c3b
Octal66367321116017325013473
Binary110110111101111101000110011100111111101010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36F7D1; }

 p { color: rgb(54,247,209); }

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

<style>
 a { background-color: #36F7D1; }

 a { background-color: rgb(54,247,209); }

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

<style>
 span { border-color: #36F7D1; }

 span { border-color: rgb(54,247,209); }

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