Html Css Color HEX #36FABA Turquoise

📋 copy color: '#36FABA'

red 54 ◦ green 250 ◦ blue 186

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

Shades of Turquoise #36FABA

Tints of Turquoise #36FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.02%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 11.02%
G = 51.02%
B = 37.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#36FABA (or 0x36FABA) is known color: Turquoise. HEX triplet: 36, FA and BA. RGB value is (54,250,186). Sum of RGB (Red+Green+Blue) = 54+250+186=490 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.02% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #36FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FABA is #C90545. Grayscale: #B8B8B8. Windows color (decimal): -13174086 or 12253750. OLE color: 12253750.

HSL color Cylindrical-coordinate representation of color #36FABA: hue angle of 160.41º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FABA is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 250 186 -
CMYK 0.78 0 0.26 0.02
HSL 160.41º 0.95% 0.6% -
HSV(B) 160.41º 0.78% 0.98% -
XYZ 44.57 72.7 58.14 -
YUV 184.1 129.07 35.2 -
System Red Green Blue C M Y K H S L
Decimal 54 250 186 0.78 0 0.26 0.02 160.41 0.95 0.6
Hex 36 FA BA 4E 0 1A 2 A0 5F 3C
Octal 66 372 272 116 0 32 2 240 137 74
Binary 110110 11111010 10111010 1001110 0 11010 10 10100000 1011111 111100

Color Harmonies of #36FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FABA

Black with #36FABA

Text Example


Text Example

White with #36FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,250,186); }

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

background-color css

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

 a { background-color: rgb(54,250,186); }

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

border-color css

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

 span { border-color: rgb(54,250,186); }

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