Html Css Color HEX #36EFBC Turquoise

📋 copy color: '#36EFBC'

red 54 ◦ green 239 ◦ blue 188

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

Shades of Turquoise #36EFBC

Tints of Turquoise #36EFBC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 11.23%
G = 49.69%
B = 39.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#36EFBC (or 0x36EFBC) is known color: Turquoise. HEX triplet: 36, EF and BC. RGB value is (54,239,188). Sum of RGB (Red+Green+Blue) = 54+239+188=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFBC is #C91043. Grayscale: #B1B1B1. Windows color (decimal): -13176900 or 12382006. OLE color: 12382006.

HSL color Cylindrical-coordinate representation of color #36EFBC: hue angle of 163.46º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EFBC is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 239 188 -
CMYK 0.77 0 0.21 0.06
HSL 163.46º 0.85% 0.57% -
HSV(B) 163.46º 0.77% 0.94% -
XYZ 41.46 66.15 58.16 -
YUV 177.87 133.71 39.65 -
System Red Green Blue C M Y K H S L
Decimal 54 239 188 0.77 0 0.21 0.06 163.46 0.85 0.57
Hex 36 EF BC 4D 0 15 6 A3 55 39
Octal 66 357 274 115 0 25 6 243 125 71
Binary 110110 11101111 10111100 1001101 0 10101 110 10100011 1010101 111001

Color Harmonies of #36EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EFBC

Black with #36EFBC

Text Example


Text Example

White with #36EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,239,188); }

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

background-color css

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

 a { background-color: rgb(54,239,188); }

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

border-color css

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

 span { border-color: rgb(54,239,188); }

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