Html Css Color HEX #36FAB8 Turquoise

📋 copy color: '#36FAB8'

red 54 ◦ green 250 ◦ blue 184

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

Shades of Turquoise #36FAB8

Tints of Turquoise #36FAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.7%

R = 11.07%
G = 51.23%
B = 37.7%

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

#36FAB8 (or 0x36FAB8) is known color: Turquoise. HEX triplet: 36, FA and B8. RGB value is (54,250,184). Sum of RGB (Red+Green+Blue) = 54+250+184=488 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.07% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #36FAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FAB8 is #C90547. Grayscale: #B7B7B7. Windows color (decimal): -13174088 or 12122678. OLE color: 12122678.

HSL color Cylindrical-coordinate representation of color #36FAB8: hue angle of 159.8º 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 #36FAB8 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 250 184 -
CMYK 0.78 0 0.26 0.02
HSL 159.8º 0.95% 0.6% -
HSV(B) 159.8º 0.78% 0.98% -
XYZ 44.36 72.62 57.03 -
YUV 183.87 128.07 35.37 -
System Red Green Blue C M Y K H S L
Decimal 54 250 184 0.78 0 0.26 0.02 159.8 0.95 0.6
Hex 36 FA B8 4E 0 1A 2 A0 5F 3C
Octal 66 372 270 116 0 32 2 240 137 74
Binary 110110 11111010 10111000 1001110 0 11010 10 10100000 1011111 111100

Color Harmonies of #36FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FAB8

Black with #36FAB8

Text Example


Text Example

White with #36FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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