Html Css Color HEX #36CFBE Medium Turquoise

📋 copy color: '#36CFBE'

red 54 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #36CFBE

Tints of Medium Turquoise #36CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 11.97%
G = 45.9%
B = 42.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#36CFBE (or 0x36CFBE) is known color: Medium Turquoise. HEX triplet: 36, CF and BE. RGB value is (54,207,190). Sum of RGB (Red+Green+Blue) = 54+207+190=451 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.97% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFBE is #C93041. Grayscale: #9F9F9F. Windows color (decimal): -13185090 or 12504886. OLE color: 12504886.

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

Color convert

RGB 54 207 190 -
CMYK 0.74 0 0.08 0.19
HSL 173.33º 0.61% 0.51% -
HSV(B) 173.33º 0.74% 0.81% -
XYZ 33.13 49.13 56.45 -
YUV 159.32 145.31 52.88 -
System Red Green Blue C M Y K H S L
Decimal 54 207 190 0.74 0 0.08 0.19 173.33 0.61 0.51
Hex 36 CF BE 4A 0 8 13 AD 3D 33
Octal 66 317 276 112 0 10 23 255 75 63
Binary 110110 11001111 10111110 1001010 0 1000 10011 10101101 111101 110011

Color Harmonies of #36CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CFBE

Black with #36CFBE

Text Example


Text Example

White with #36CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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