Html Css Color HEX #36EEB7 Turquoise

📋 copy color: '#36EEB7'

red 54 ◦ green 238 ◦ blue 183

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

Shades of Turquoise #36EEB7

Tints of Turquoise #36EEB7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.11%

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

R = 11.37%
G = 50.11%
B = 38.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#36EEB7 (or 0x36EEB7) is known color: Turquoise. HEX triplet: 36, EE and B7. RGB value is (54,238,183). Sum of RGB (Red+Green+Blue) = 54+238+183=475 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.37% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EEB7 is #C91148. Grayscale: #B0B0B0. Windows color (decimal): -13177161 or 12054070. OLE color: 12054070.

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

Color convert

RGB 54 238 183 -
CMYK 0.77 0 0.23 0.07
HSL 162.07º 0.84% 0.57% -
HSV(B) 162.07º 0.77% 0.93% -
XYZ 40.64 65.35 55.27 -
YUV 176.71 131.54 40.47 -
System Red Green Blue C M Y K H S L
Decimal 54 238 183 0.77 0 0.23 0.07 162.07 0.84 0.57
Hex 36 EE B7 4D 0 17 7 A2 54 39
Octal 66 356 267 115 0 27 7 242 124 71
Binary 110110 11101110 10110111 1001101 0 10111 111 10100010 1010100 111001

Color Harmonies of #36EEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EEB7

Black with #36EEB7

Text Example


Text Example

White with #36EEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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