Html Css Color HEX #36CCCF Medium Turquoise

📋 copy color: '#36CCCF'

red 54 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #36CCCF

Tints of Medium Turquoise #36CCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 11.61%
G = 43.87%
B = 44.52%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#36CCCF (or 0x36CCCF) is known color: Medium Turquoise. HEX triplet: 36, CC and CF. RGB value is (54,204,207). Sum of RGB (Red+Green+Blue) = 54+204+207=465 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.61% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #36CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCCF is #C93330. Grayscale: #9F9F9F. Windows color (decimal): -13185841 or 13618230. OLE color: 13618230.

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

Color convert

RGB 54 204 207 -
CMYK 0.74 0.01 0 0.19
HSL 181.18º 0.61% 0.51% -
HSV(B) 181.18º 0.74% 0.81% -
XYZ 34.38 48.47 66.58 -
YUV 159.49 154.81 52.76 -
System Red Green Blue C M Y K H S L
Decimal 54 204 207 0.74 0.01 0 0.19 181.18 0.61 0.51
Hex 36 CC CF 4A 1 0 13 B5 3D 33
Octal 66 314 317 112 1 0 23 265 75 63
Binary 110110 11001100 11001111 1001010 1 0 10011 10110101 111101 110011

Color Harmonies of #36CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CCCF

Black with #36CCCF

Text Example


Text Example

White with #36CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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