Html Css Color HEX #36BEC5 Medium Turquoise

📋 copy color: '#36BEC5'

red 54 ◦ green 190 ◦ blue 197

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

Shades of Medium Turquoise #36BEC5

Tints of Medium Turquoise #36BEC5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

 BLUE value IS 197 (77.34% from 255) = 44.67%

R = 12.24%
G = 43.08%
B = 44.67%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#36BEC5 (or 0x36BEC5) is known color: Medium Turquoise. HEX triplet: 36, BE and C5. RGB value is (54,190,197). Sum of RGB (Red+Green+Blue) = 54+190+197=441 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.24% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #36BEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BEC5 is #C9413A. Grayscale: #959595. Windows color (decimal): -13189435 or 12959286. OLE color: 12959286.

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

Color convert

RGB 54 190 197 -
CMYK 0.73 0.04 0 0.23
HSL 182.94º 0.57% 0.49% -
HSV(B) 182.94º 0.73% 0.77% -
XYZ 30.01 41.64 59.28 -
YUV 150.13 154.44 59.43 -
System Red Green Blue C M Y K H S L
Decimal 54 190 197 0.73 0.04 0 0.23 182.94 0.57 0.49
Hex 36 BE C5 49 4 0 17 B7 39 31
Octal 66 276 305 111 4 0 27 267 71 61
Binary 110110 10111110 11000101 1001001 100 0 10111 10110111 111001 110001

Color Harmonies of #36BEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BEC5

Black with #36BEC5

Text Example


Text Example

White with #36BEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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