Html Css Color HEX #36DBC1 Turquoise

📋 copy color: '#36DBC1'

red 54 ◦ green 219 ◦ blue 193

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

Shades of Turquoise #36DBC1

Tints of Turquoise #36DBC1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 11.59%
G = 47%
B = 41.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#36DBC1 (or 0x36DBC1) is known color: Turquoise. HEX triplet: 36, DB and C1. RGB value is (54,219,193). Sum of RGB (Red+Green+Blue) = 54+219+193=466 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.59% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #36DBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBC1 is #C9243E. Grayscale: #A6A6A6. Windows color (decimal): -13182015 or 12704566. OLE color: 12704566.

HSL color Cylindrical-coordinate representation of color #36DBC1: hue angle of 170.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DBC1 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 219 193 -
CMYK 0.75 0 0.12 0.14
HSL 170.55º 0.7% 0.54% -
HSV(B) 170.55º 0.75% 0.86% -
XYZ 36.48 55.3 59.2 -
YUV 166.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 54 219 193 0.75 0 0.12 0.14 170.55 0.7 0.54
Hex 36 DB C1 4B 0 C E AB 46 36
Octal 66 333 301 113 0 14 16 253 106 66
Binary 110110 11011011 11000001 1001011 0 1100 1110 10101011 1000110 110110

Color Harmonies of #36DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DBC1

Black with #36DBC1

Text Example


Text Example

White with #36DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,219,193); }

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

background-color css

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

 a { background-color: rgb(54,219,193); }

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

border-color css

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

 span { border-color: rgb(54,219,193); }

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