Html Css Color HEX #36CCCD Medium Turquoise

📋 copy color: '#36CCCD'

red 54 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #36CCCD

Tints of Medium Turquoise #36CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

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

R = 11.66%
G = 44.06%
B = 44.28%

CMYK

 C value IS 0.74

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#36CCCD (or 0x36CCCD) is known color: Medium Turquoise. HEX triplet: 36, CC and CD. RGB value is (54,204,205). Sum of RGB (Red+Green+Blue) = 54+204+205=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #36CCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCCD is #C93332. Grayscale: #9F9F9F. Windows color (decimal): -13185843 or 13487158. OLE color: 13487158.

HSL color Cylindrical-coordinate representation of color #36CCCD: hue angle of 180.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CCCD is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 204 205 -
CMYK 0.74 0.00 0 0.20
HSL 180.4º 0.6% 0.51% -
HSV(B) 180.4º 0.74% 0.8% -
XYZ 34.13 48.38 65.3 -
YUV 159.26 153.81 52.92 -
System Red Green Blue C M Y K H S L
Decimal 54 204 205 0.74 0.00 0 0.20 180.4 0.6 0.51
Hex 36 CC CD 4A 0 0 14 B4 3C 33
Octal 66 314 315 112 0 0 24 264 74 63
Binary 110110 11001100 11001101 1001010 0 0 10100 10110100 111100 110011

Color Harmonies of #36CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CCCD

Black with #36CCCD

Text Example


Text Example

White with #36CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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