#36EEC2

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

Shades of Turquoise #36EEC2

Tints of Turquoise #36EEC2

Color information

#36EEC2 (or 0x36EEC2) is unknown color: approx Turquoise. HEX triplet: 36, EE and C2. RGB value is (54,238,194). Sum of RGB (Red+Green+Blue) = 54+238+194=486 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.11% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEC2 is #C9113D. Grayscale: #B1B1B1. Windows color (decimal): -13177150 or 12774966. OLE color: 12774966.

HSL color Cylindrical-coordinate representation of color #36EEC2: hue angle of 165.65º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EEC2 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB54238194-
CMYK0.7700.180.07
HSL165.65º84.4%57.25%-
HSV(B)165.65º77.31%93.33%-
XYZ41.8365.8361.54-
YUV177.97137.0439.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.11%
GREEN value IS 238 (93.36% from 255) = 48.97%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=11.11%
G=48.97%
B=39.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal542381940.7700.180.07165.6584.457.25
Hex36EEC24D0127a65439
Octal66356302115022724612471
Binary11011011101110110000101001101010010111101001101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,238,194); }

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

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

 a { background-color: rgb(54,238,194); }

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

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

 span { border-color: rgb(54,238,194); }

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