#36EBCB

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

Shades of Turquoise #36EBCB

Tints of Turquoise #36EBCB

Color information

#36EBCB (or 0x36EBCB) is unknown color: approx Turquoise. HEX triplet: 36, EB and CB. RGB value is (54,235,203). Sum of RGB (Red+Green+Blue) = 54+235+203=492 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.98% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #36EBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EBCB is #C91434. Grayscale: #B1B1B1. Windows color (decimal): -13177909 or 13364022. OLE color: 13364022.

HSL color Cylindrical-coordinate representation of color #36EBCB: hue angle of 169.39º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EBCB is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB54235203-
CMYK0.7700.140.08
HSL169.39º81.9%56.67%-
HSV(B)169.39º77.02%92.16%-
XYZ42.0164.5166.74-
YUV177.23142.5340.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.98%
GREEN value IS 235 (92.19% from 255) = 47.76%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=10.98%
G=47.76%
B=41.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal542352030.7700.140.08169.3981.956.67
Hex36EBCB4D0E8a95239
Octal663533131150161025112271
Binary11011011101011110010111001101011101000101010011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,235,203); }

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

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

 a { background-color: rgb(54,235,203); }

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

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

 span { border-color: rgb(54,235,203); }

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