Html Css Color HEX #36CDD1 Medium Turquoise

📋 copy color: '#36CDD1'

red 54 ◦ green 205 ◦ blue 209

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

Shades of Medium Turquoise #36CDD1

Tints of Medium Turquoise #36CDD1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

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

R = 11.54%
G = 43.8%
B = 44.66%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#36CDD1 (or 0x36CDD1) is known color: Medium Turquoise. HEX triplet: 36, CD and D1. RGB value is (54,205,209). Sum of RGB (Red+Green+Blue) = 54+205+209=468 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.54% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #36CDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDD1 is #C9322E. Grayscale: #A0A0A0. Windows color (decimal): -13185583 or 13749558. OLE color: 13749558.

HSL color Cylindrical-coordinate representation of color #36CDD1: hue angle of 181.55º 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 #36CDD1 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 205 209 -
CMYK 0.74 0.02 0 0.18
HSL 181.55º 0.63% 0.52% -
HSV(B) 181.55º 0.74% 0.82% -
XYZ 34.86 49.05 67.95 -
YUV 160.31 155.47 52.17 -
System Red Green Blue C M Y K H S L
Decimal 54 205 209 0.74 0.02 0 0.18 181.55 0.63 0.52
Hex 36 CD D1 4A 2 0 12 B6 3F 34
Octal 66 315 321 112 2 0 22 266 77 64
Binary 110110 11001101 11010001 1001010 10 0 10010 10110110 111111 110100

Color Harmonies of #36CDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDD1

Black with #36CDD1

Text Example


Text Example

White with #36CDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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