Html Css Color HEX #36DDCD Turquoise

📋 copy color: '#36DDCD'

red 54 ◦ green 221 ◦ blue 205

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

Shades of Turquoise #36DDCD

Tints of Turquoise #36DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 11.25%
G = 46.04%
B = 42.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#36DDCD (or 0x36DDCD) is known color: Turquoise. HEX triplet: 36, DD and CD. RGB value is (54,221,205). Sum of RGB (Red+Green+Blue) = 54+221+205=480 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.25% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #36DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DDCD is #C92232. Grayscale: #A9A9A9. Windows color (decimal): -13181491 or 13491510. OLE color: 13491510.

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

Color convert

RGB 54 221 205 -
CMYK 0.76 0 0.07 0.13
HSL 174.25º 0.71% 0.54% -
HSV(B) 174.25º 0.76% 0.87% -
XYZ 38.4 56.9 66.72 -
YUV 169.24 148.17 45.8 -
System Red Green Blue C M Y K H S L
Decimal 54 221 205 0.76 0 0.07 0.13 174.25 0.71 0.54
Hex 36 DD CD 4C 0 7 D AE 47 36
Octal 66 335 315 114 0 7 15 256 107 66
Binary 110110 11011101 11001101 1001100 0 111 1101 10101110 1000111 110110

Color Harmonies of #36DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DDCD

Black with #36DDCD

Text Example


Text Example

White with #36DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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