Html Css Color HEX #36CFB5 Medium Turquoise

📋 copy color: '#36CFB5'

red 54 ◦ green 207 ◦ blue 181

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

Shades of Medium Turquoise #36CFB5

Tints of Medium Turquoise #36CFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.95%

R = 12.22%
G = 46.83%
B = 40.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#36CFB5 (or 0x36CFB5) is known color: Medium Turquoise. HEX triplet: 36, CF and B5. RGB value is (54,207,181). Sum of RGB (Red+Green+Blue) = 54+207+181=442 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.22% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFB5 is #C9304A. Grayscale: #9E9E9E. Windows color (decimal): -13185099 or 11915062. OLE color: 11915062.

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

Color convert

RGB 54 207 181 -
CMYK 0.74 0 0.13 0.19
HSL 169.8º 0.61% 0.51% -
HSV(B) 169.8º 0.74% 0.81% -
XYZ 32.17 48.75 51.43 -
YUV 158.29 140.81 53.61 -
System Red Green Blue C M Y K H S L
Decimal 54 207 181 0.74 0 0.13 0.19 169.8 0.61 0.51
Hex 36 CF B5 4A 0 D 13 AA 3D 33
Octal 66 317 265 112 0 15 23 252 75 63
Binary 110110 11001111 10110101 1001010 0 1101 10011 10101010 111101 110011

Color Harmonies of #36CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CFB5

Black with #36CFB5

Text Example


Text Example

White with #36CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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