Html Css Color HEX #36D0CD Medium Turquoise

📋 copy color: '#36D0CD'

red 54 ◦ green 208 ◦ blue 205

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

Shades of Medium Turquoise #36D0CD

Tints of Medium Turquoise #36D0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

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

R = 11.56%
G = 44.54%
B = 43.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#36D0CD (or 0x36D0CD) is known color: Medium Turquoise. HEX triplet: 36, D0 and CD. RGB value is (54,208,205). Sum of RGB (Red+Green+Blue) = 54+208+205=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #36D0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D0CD is #C92F32. Grayscale: #A1A1A1. Windows color (decimal): -13184819 or 13488182. OLE color: 13488182.

HSL color Cylindrical-coordinate representation of color #36D0CD: hue angle of 178.83º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D0CD is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 208 205 -
CMYK 0.74 0 0.01 0.18
HSL 178.83º 0.62% 0.51% -
HSV(B) 178.83º 0.74% 0.82% -
XYZ 35.1 50.3 65.62 -
YUV 161.61 152.48 51.24 -
System Red Green Blue C M Y K H S L
Decimal 54 208 205 0.74 0 0.01 0.18 178.83 0.62 0.51
Hex 36 D0 CD 4A 0 1 12 B3 3E 33
Octal 66 320 315 112 0 1 22 263 76 63
Binary 110110 11010000 11001101 1001010 0 1 10010 10110011 111110 110011

Color Harmonies of #36D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D0CD

Black with #36D0CD

Text Example


Text Example

White with #36D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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