Html Css Color HEX #36DDB5 Turquoise

📋 copy color: '#36DDB5'

red 54 ◦ green 221 ◦ blue 181

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

Shades of Turquoise #36DDB5

Tints of Turquoise #36DDB5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.46%

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 11.84%
G = 48.46%
B = 39.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#36DDB5 (or 0x36DDB5) is known color: Turquoise. HEX triplet: 36, DD and B5. RGB value is (54,221,181). Sum of RGB (Red+Green+Blue) = 54+221+181=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDB5 is #C9224A. Grayscale: #A6A6A6. Windows color (decimal): -13181515 or 11918646. OLE color: 11918646.

HSL color Cylindrical-coordinate representation of color #36DDB5: hue angle of 165.63º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DDB5 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 221 181 -
CMYK 0.76 0 0.18 0.13
HSL 165.63º 0.71% 0.54% -
HSV(B) 165.63º 0.76% 0.87% -
XYZ 35.72 55.83 52.61 -
YUV 166.51 136.17 47.75 -
System Red Green Blue C M Y K H S L
Decimal 54 221 181 0.76 0 0.18 0.13 165.63 0.71 0.54
Hex 36 DD B5 4C 0 12 D A6 47 36
Octal 66 335 265 114 0 22 15 246 107 66
Binary 110110 11011101 10110101 1001100 0 10010 1101 10100110 1000111 110110

Color Harmonies of #36DDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DDB5

Black with #36DDB5

Text Example


Text Example

White with #36DDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,221,181); }

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

background-color css

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

 a { background-color: rgb(54,221,181); }

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

border-color css

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

 span { border-color: rgb(54,221,181); }

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