Html Css Color HEX #36FCC1 Turquoise

📋 copy color: '#36FCC1'

red 54 ◦ green 252 ◦ blue 193

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

Shades of Turquoise #36FCC1

Tints of Turquoise #36FCC1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.5%

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 10.82%
G = 50.5%
B = 38.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#36FCC1 (or 0x36FCC1) is known color: Turquoise. HEX triplet: 36, FC and C1. RGB value is (54,252,193). Sum of RGB (Red+Green+Blue) = 54+252+193=499 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.82% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCC1 is #C9033E. Grayscale: #BABABA. Windows color (decimal): -13173567 or 12713014. OLE color: 12713014.

HSL color Cylindrical-coordinate representation of color #36FCC1: hue angle of 162.12º degrees, saturation: 0.97, 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 #36FCC1 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 252 193 -
CMYK 0.79 0 0.23 0.01
HSL 162.12º 0.97% 0.6% -
HSV(B) 162.12º 0.79% 0.99% -
XYZ 45.96 74.26 62.36 -
YUV 186.07 131.9 33.8 -
System Red Green Blue C M Y K H S L
Decimal 54 252 193 0.79 0 0.23 0.01 162.12 0.97 0.6
Hex 36 FC C1 4F 0 17 1 A2 61 3C
Octal 66 374 301 117 0 27 1 242 141 74
Binary 110110 11111100 11000001 1001111 0 10111 1 10100010 1100001 111100

Color Harmonies of #36FCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FCC1

Black with #36FCC1

Text Example


Text Example

White with #36FCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,252,193); }

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

background-color css

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

 a { background-color: rgb(54,252,193); }

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

border-color css

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

 span { border-color: rgb(54,252,193); }

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