Html Css Color HEX #36D6BC Turquoise

📋 copy color: '#36D6BC'

red 54 ◦ green 214 ◦ blue 188

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

Shades of Turquoise #36D6BC

Tints of Turquoise #36D6BC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.93%

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

R = 11.84%
G = 46.93%
B = 41.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#36D6BC (or 0x36D6BC) is known color: Turquoise. HEX triplet: 36, D6 and BC. RGB value is (54,214,188). Sum of RGB (Red+Green+Blue) = 54+214+188=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #36D6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D6BC is #C92943. Grayscale: #A3A3A3. Windows color (decimal): -13183300 or 12375606. OLE color: 12375606.

HSL color Cylindrical-coordinate representation of color #36D6BC: hue angle of 170.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D6BC is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 214 188 -
CMYK 0.75 0 0.12 0.16
HSL 170.25º 0.66% 0.53% -
HSV(B) 170.25º 0.75% 0.84% -
XYZ 34.64 52.51 55.89 -
YUV 163.2 141.99 50.11 -
System Red Green Blue C M Y K H S L
Decimal 54 214 188 0.75 0 0.12 0.16 170.25 0.66 0.53
Hex 36 D6 BC 4B 0 C 10 AA 42 35
Octal 66 326 274 113 0 14 20 252 102 65
Binary 110110 11010110 10111100 1001011 0 1100 10000 10101010 1000010 110101

Color Harmonies of #36D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D6BC

Black with #36D6BC

Text Example


Text Example

White with #36D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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