Html Css Color HEX #36FADC Turquoise

📋 copy color: '#36FADC'

red 54 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #36FADC

Tints of Turquoise #36FADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 10.31%
G = 47.71%
B = 41.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#36FADC (or 0x36FADC) is known color: Turquoise. HEX triplet: 36, FA and DC. RGB value is (54,250,220). Sum of RGB (Red+Green+Blue) = 54+250+220=524 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.31% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #36FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FADC is #C90523. Grayscale: #BBBBBB. Windows color (decimal): -13174052 or 14481974. OLE color: 14481974.

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

Color convert

RGB 54 250 220 -
CMYK 0.78 0 0.12 0.02
HSL 170.82º 0.95% 0.6% -
HSV(B) 170.82º 0.78% 0.98% -
XYZ 48.63 74.32 79.49 -
YUV 187.98 146.07 32.44 -
System Red Green Blue C M Y K H S L
Decimal 54 250 220 0.78 0 0.12 0.02 170.82 0.95 0.6
Hex 36 FA DC 4E 0 C 2 AB 5F 3C
Octal 66 372 334 116 0 14 2 253 137 74
Binary 110110 11111010 11011100 1001110 0 1100 10 10101011 1011111 111100

Color Harmonies of #36FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FADC

Black with #36FADC

Text Example


Text Example

White with #36FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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