Html Css Color HEX #36DBBE Turquoise

📋 copy color: '#36DBBE'

red 54 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #36DBBE

Tints of Turquoise #36DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 11.66%
G = 47.3%
B = 41.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#36DBBE (or 0x36DBBE) is known color: Turquoise. HEX triplet: 36, DB and BE. RGB value is (54,219,190). Sum of RGB (Red+Green+Blue) = 54+219+190=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #36DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DBBE is #C92441. Grayscale: #A6A6A6. Windows color (decimal): -13182018 or 12507958. OLE color: 12507958.

HSL color Cylindrical-coordinate representation of color #36DBBE: hue angle of 169.45º 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 #36DBBE is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 219 190 -
CMYK 0.75 0 0.13 0.14
HSL 169.45º 0.7% 0.54% -
HSV(B) 169.45º 0.75% 0.86% -
XYZ 36.15 55.17 57.46 -
YUV 166.36 141.34 47.86 -
System Red Green Blue C M Y K H S L
Decimal 54 219 190 0.75 0 0.13 0.14 169.45 0.7 0.54
Hex 36 DB BE 4B 0 D E A9 46 36
Octal 66 333 276 113 0 15 16 251 106 66
Binary 110110 11011011 10111110 1001011 0 1101 1110 10101001 1000110 110110

Color Harmonies of #36DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DBBE

Black with #36DBBE

Text Example


Text Example

White with #36DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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