Html Css Color HEX #36ECB7 Turquoise

📋 copy color: '#36ECB7'

red 54 ◦ green 236 ◦ blue 183

#36ECB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #36ECB7

Tints of Turquoise #36ECB7

RGB

 RED value IS 54 (21.48% from 255) = 11.42%

 GREEN value IS 236 (92.58% from 255) = 49.89%

 BLUE value IS 183 (71.88% from 255) = 38.69%

R = 11.42%
G = 49.89%
B = 38.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#36ECB7 (or 0x36ECB7) is known color: Turquoise. HEX triplet: 36, EC and B7. RGB value is (54,236,183). Sum of RGB (Red+Green+Blue) = 54+236+183=473 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.42% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECB7 is #C91348. Grayscale: #AFAFAF. Windows color (decimal): -13177673 or 12053558. OLE color: 12053558.

HSL color Cylindrical-coordinate representation of color #36ECB7: hue angle of 162.53º degrees, saturation: 0.83, 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 #36ECB7 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 236 183 -
CMYK 0.77 0 0.22 0.07
HSL 162.53º 0.83% 0.57% -
HSV(B) 162.53º 0.77% 0.93% -
XYZ 40.06 64.19 55.08 -
YUV 175.54 132.2 41.31 -
System Red Green Blue C M Y K H S L
Decimal 54 236 183 0.77 0 0.22 0.07 162.53 0.83 0.57
Hex 36 EC B7 4D 0 16 7 A3 53 39
Octal 66 354 267 115 0 26 7 243 123 71
Binary 110110 11101100 10110111 1001101 0 10110 111 10100011 1010011 111001

Color Harmonies of #36ECB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ECB7

Black with #36ECB7

Text Example


Text Example

White with #36ECB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,236,183); }

 H1.HeaderClassName
 {
   color: #36ECB7;
 }
 .AnyTagClassName
 {
   color: #36ECB7;
 }
</style>

background-color css

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

 a { background-color: rgb(54,236,183); }

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

border-color css

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

 span { border-color: rgb(54,236,183); }

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