Html Css Color HEX #36CFDC Medium Turquoise

📋 copy color: '#36CFDC'

red 54 ◦ green 207 ◦ blue 220

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

Shades of Medium Turquoise #36CFDC

Tints of Medium Turquoise #36CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 11.23%
G = 43.04%
B = 45.74%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#36CFDC (or 0x36CFDC) is known color: Medium Turquoise. HEX triplet: 36, CF and DC. RGB value is (54,207,220). Sum of RGB (Red+Green+Blue) = 54+207+220=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #36CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFDC is #C93023. Grayscale: #A2A2A2. Windows color (decimal): -13185060 or 14470966. OLE color: 14470966.

HSL color Cylindrical-coordinate representation of color #36CFDC: hue angle of 184.7º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36CFDC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 207 220 -
CMYK 0.75 0.06 0 0.14
HSL 184.7º 0.7% 0.54% -
HSV(B) 184.7º 0.75% 0.86% -
XYZ 36.75 50.58 75.54 -
YUV 162.74 160.31 50.44 -
System Red Green Blue C M Y K H S L
Decimal 54 207 220 0.75 0.06 0 0.14 184.7 0.7 0.54
Hex 36 CF DC 4B 6 0 E B9 46 36
Octal 66 317 334 113 6 0 16 271 106 66
Binary 110110 11001111 11011100 1001011 110 0 1110 10111001 1000110 110110

Color Harmonies of #36CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CFDC

Black with #36CFDC

Text Example


Text Example

White with #36CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,207,220); }

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

background-color css

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

 a { background-color: rgb(54,207,220); }

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

border-color css

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

 span { border-color: rgb(54,207,220); }

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