Html Css Color HEX #36FDB9 Turquoise

📋 copy color: '#36FDB9'

red 54 ◦ green 253 ◦ blue 185

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

Shades of Turquoise #36FDB9

Tints of Turquoise #36FDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.42%

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 10.98%
G = 51.42%
B = 37.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#36FDB9 (or 0x36FDB9) is known color: Turquoise. HEX triplet: 36, FD and B9. RGB value is (54,253,185). Sum of RGB (Red+Green+Blue) = 54+253+185=492 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.98% from 492); Green value is 253 (99.22% from 255 or 51.42% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 253 - color contains mainly: green. Hex color #36FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FDB9 is #C90246. Grayscale: #B9B9B9. Windows color (decimal): -13173319 or 12188982. OLE color: 12188982.

HSL color Cylindrical-coordinate representation of color #36FDB9: hue angle of 159.5º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FDB9 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 253 185 -
CMYK 0.79 0 0.27 0.01
HSL 159.5º 0.98% 0.6% -
HSV(B) 159.5º 0.79% 0.99% -
XYZ 45.4 74.54 57.89 -
YUV 185.75 127.57 34.03 -
System Red Green Blue C M Y K H S L
Decimal 54 253 185 0.79 0 0.27 0.01 159.5 0.98 0.6
Hex 36 FD B9 4F 0 1B 1 9F 62 3C
Octal 66 375 271 117 0 33 1 237 142 74
Binary 110110 11111101 10111001 1001111 0 11011 1 10011111 1100010 111100

Color Harmonies of #36FDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FDB9

Black with #36FDB9

Text Example


Text Example

White with #36FDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,253,185); }

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

background-color css

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

 a { background-color: rgb(54,253,185); }

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

border-color css

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

 span { border-color: rgb(54,253,185); }

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