Html Css Color HEX #36EABB Turquoise

📋 copy color: '#36EABB'

red 54 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #36EABB

Tints of Turquoise #36EABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.26%

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 11.37%
G = 49.26%
B = 39.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#36EABB (or 0x36EABB) is known color: Turquoise. HEX triplet: 36, EA and BB. RGB value is (54,234,187). Sum of RGB (Red+Green+Blue) = 54+234+187=475 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.37% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #36EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EABB is #C91544. Grayscale: #AEAEAE. Windows color (decimal): -13178181 or 12315190. OLE color: 12315190.

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

Color convert

RGB 54 234 187 -
CMYK 0.77 0 0.20 0.08
HSL 164.33º 0.81% 0.56% -
HSV(B) 164.33º 0.77% 0.92% -
XYZ 39.91 63.22 57.11 -
YUV 174.82 134.87 41.82 -
System Red Green Blue C M Y K H S L
Decimal 54 234 187 0.77 0 0.20 0.08 164.33 0.81 0.56
Hex 36 EA BB 4D 0 14 8 A4 51 38
Octal 66 352 273 115 0 24 10 244 121 70
Binary 110110 11101010 10111011 1001101 0 10100 1000 10100100 1010001 111000

Color Harmonies of #36EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EABB

Black with #36EABB

Text Example


Text Example

White with #36EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,234,187); }

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

background-color css

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

 a { background-color: rgb(54,234,187); }

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

border-color css

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

 span { border-color: rgb(54,234,187); }

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