Html Css Color HEX #36CECF Medium Turquoise

📋 copy color: '#36CECF'

red 54 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #36CECF

Tints of Medium Turquoise #36CECF

RGB

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

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

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

R = 11.56%
G = 44.11%
B = 44.33%

CMYK

 C value IS 0.74

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#36CECF (or 0x36CECF) is known color: Medium Turquoise. HEX triplet: 36, CE and CF. RGB value is (54,206,207). Sum of RGB (Red+Green+Blue) = 54+206+207=467 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.56% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #36CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CECF is #C93130. Grayscale: #A0A0A0. Windows color (decimal): -13185329 or 13618742. OLE color: 13618742.

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

Color convert

RGB 54 206 207 -
CMYK 0.74 0.00 0 0.19
HSL 180.39º 0.61% 0.51% -
HSV(B) 180.39º 0.74% 0.81% -
XYZ 34.86 49.43 66.74 -
YUV 160.67 154.14 51.92 -
System Red Green Blue C M Y K H S L
Decimal 54 206 207 0.74 0.00 0 0.19 180.39 0.61 0.51
Hex 36 CE CF 4A 0 0 13 B4 3D 33
Octal 66 316 317 112 0 0 23 264 75 63
Binary 110110 11001110 11001111 1001010 0 0 10011 10110100 111101 110011

Color Harmonies of #36CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CECF

Black with #36CECF

Text Example


Text Example

White with #36CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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