Html Css Color HEX #36CED1 Medium Turquoise

📋 copy color: '#36CED1'

red 54 ◦ green 206 ◦ blue 209

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

Shades of Medium Turquoise #36CED1

Tints of Medium Turquoise #36CED1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.92%

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 11.51%
G = 43.92%
B = 44.56%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#36CED1 (or 0x36CED1) is known color: Medium Turquoise. HEX triplet: 36, CE and D1. RGB value is (54,206,209). Sum of RGB (Red+Green+Blue) = 54+206+209=469 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.51% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #36CED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CED1 is #C9312E. Grayscale: #A0A0A0. Windows color (decimal): -13185327 or 13749814. OLE color: 13749814.

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

Color convert

RGB 54 206 209 -
CMYK 0.74 0.01 0 0.18
HSL 181.16º 0.63% 0.52% -
HSV(B) 181.16º 0.74% 0.82% -
XYZ 35.1 49.53 68.03 -
YUV 160.89 155.14 51.76 -
System Red Green Blue C M Y K H S L
Decimal 54 206 209 0.74 0.01 0 0.18 181.16 0.63 0.52
Hex 36 CE D1 4A 1 0 12 B5 3F 34
Octal 66 316 321 112 1 0 22 265 77 64
Binary 110110 11001110 11010001 1001010 1 0 10010 10110101 111111 110100

Color Harmonies of #36CED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CED1

Black with #36CED1

Text Example


Text Example

White with #36CED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,206,209); }

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

background-color css

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

 a { background-color: rgb(54,206,209); }

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

border-color css

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

 span { border-color: rgb(54,206,209); }

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