Html Css Color HEX #36BFC7 Medium Turquoise

📋 copy color: '#36BFC7'

red 54 ◦ green 191 ◦ blue 199

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

Shades of Medium Turquoise #36BFC7

Tints of Medium Turquoise #36BFC7

RGB

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

 GREEN value IS 191 (75% from 255) = 43.02%

 BLUE value IS 199 (78.13% from 255) = 44.82%

R = 12.16%
G = 43.02%
B = 44.82%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#36BFC7 (or 0x36BFC7) is known color: Medium Turquoise. HEX triplet: 36, BF and C7. RGB value is (54,191,199). Sum of RGB (Red+Green+Blue) = 54+191+199=444 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.16% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #36BFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BFC7 is #C94038. Grayscale: #969696. Windows color (decimal): -13189177 or 13090614. OLE color: 13090614.

HSL color Cylindrical-coordinate representation of color #36BFC7: hue angle of 183.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36BFC7 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 191 199 -
CMYK 0.73 0.04 0 0.22
HSL 183.31º 0.57% 0.5% -
HSV(B) 183.31º 0.73% 0.78% -
XYZ 30.46 42.17 60.57 -
YUV 150.95 155.11 58.85 -
System Red Green Blue C M Y K H S L
Decimal 54 191 199 0.73 0.04 0 0.22 183.31 0.57 0.5
Hex 36 BF C7 49 4 0 16 B7 39 32
Octal 66 277 307 111 4 0 26 267 71 62
Binary 110110 10111111 11000111 1001001 100 0 10110 10110111 111001 110010

Color Harmonies of #36BFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BFC7

Black with #36BFC7

Text Example


Text Example

White with #36BFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,191,199); }

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

background-color css

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

 a { background-color: rgb(54,191,199); }

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

border-color css

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

 span { border-color: rgb(54,191,199); }

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