Html Css Color HEX #36F0BE Turquoise

📋 copy color: '#36F0BE'

red 54 ◦ green 240 ◦ blue 190

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

Shades of Turquoise #36F0BE

Tints of Turquoise #36F0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.59%

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

R = 11.16%
G = 49.59%
B = 39.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#36F0BE (or 0x36F0BE) is known color: Turquoise. HEX triplet: 36, F0 and BE. RGB value is (54,240,190). Sum of RGB (Red+Green+Blue) = 54+240+190=484 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.16% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #36F0BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F0BE is #C90F41. Grayscale: #B2B2B2. Windows color (decimal): -13176642 or 12513334. OLE color: 12513334.

HSL color Cylindrical-coordinate representation of color #36F0BE: hue angle of 163.87º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36F0BE is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 240 190 -
CMYK 0.78 0 0.21 0.06
HSL 163.87º 0.86% 0.58% -
HSV(B) 163.87º 0.78% 0.94% -
XYZ 41.98 66.82 59.4 -
YUV 178.69 134.38 39.07 -
System Red Green Blue C M Y K H S L
Decimal 54 240 190 0.78 0 0.21 0.06 163.87 0.86 0.58
Hex 36 F0 BE 4E 0 15 6 A4 56 3A
Octal 66 360 276 116 0 25 6 244 126 72
Binary 110110 11110000 10111110 1001110 0 10101 110 10100100 1010110 111010

Color Harmonies of #36F0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F0BE

Black with #36F0BE

Text Example


Text Example

White with #36F0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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