Html Css Color HEX #36F5C0 Turquoise

📋 copy color: '#36F5C0'

red 54 ◦ green 245 ◦ blue 192

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

Shades of Turquoise #36F5C0

Tints of Turquoise #36F5C0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.9%

 BLUE value IS 192 (75.39% from 255) = 39.1%

R = 11%
G = 49.9%
B = 39.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#36F5C0 (or 0x36F5C0) is known color: Turquoise. HEX triplet: 36, F5 and C0. RGB value is (54,245,192). Sum of RGB (Red+Green+Blue) = 54+245+192=491 (65% of max value = 765). Red value is 54 (21.48% from 255 or 11.00% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F5C0 is #C90A3F. Grayscale: #B5B5B5. Windows color (decimal): -13175360 or 12645686. OLE color: 12645686.

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

Color convert

RGB 54 245 192 -
CMYK 0.78 0 0.22 0.04
HSL 163.35º 0.91% 0.59% -
HSV(B) 163.35º 0.78% 0.96% -
XYZ 43.69 69.89 61.06 -
YUV 181.85 133.72 36.81 -
System Red Green Blue C M Y K H S L
Decimal 54 245 192 0.78 0 0.22 0.04 163.35 0.91 0.59
Hex 36 F5 C0 4E 0 16 4 A3 5B 3B
Octal 66 365 300 116 0 26 4 243 133 73
Binary 110110 11110101 11000000 1001110 0 10110 100 10100011 1011011 111011

Color Harmonies of #36F5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F5C0

Black with #36F5C0

Text Example


Text Example

White with #36F5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,245,192); }

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

background-color css

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

 a { background-color: rgb(54,245,192); }

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

border-color css

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

 span { border-color: rgb(54,245,192); }

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